Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c1784a

Browse files
committed
Update md5.h because it can't get the value from configure.
1 parent 6c9b11b commit 2c1784a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/odbc/md5.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ typedef char bool;
3939
#endif /* not C++ */
4040
#endif /* __BEOS__ */
4141

42-
#ifndef __BEOS__ /* this shouldn't be required, but is is! */
42+
/* #if SIZEOF_UINT8 == 0 Can't get this from configure */
4343
typedef unsigned char uint8; /* == 8 bits */
4444
typedef unsigned short uint16; /* == 16 bits */
4545
typedef unsigned int uint32; /* == 32 bits */
46-
#endif /* __BEOS__ */
46+
/* #endif */
4747

4848
extern bool EncryptMD5(const char *passwd, const char *salt,
4949
size_t salt_len, char *buf);

0 commit comments

Comments
 (0)