We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9b11b commit 2c1784aCopy full SHA for 2c1784a
src/interfaces/odbc/md5.h
@@ -39,11 +39,11 @@ typedef char bool;
39
#endif /* not C++ */
40
#endif /* __BEOS__ */
41
42
-#ifndef __BEOS__ /* this shouldn't be required, but is is! */
+/* #if SIZEOF_UINT8 == 0 Can't get this from configure */
43
typedef unsigned char uint8; /* == 8 bits */
44
typedef unsigned short uint16; /* == 16 bits */
45
typedef unsigned int uint32; /* == 32 bits */
46
-#endif /* __BEOS__ */
+/* #endif */
47
48
extern bool EncryptMD5(const char *passwd, const char *salt,
49
size_t salt_len, char *buf);
0 commit comments