We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca717f commit 07de4cbCopy full SHA for 07de4cb
src/interfaces/odbc/md5.h
@@ -39,11 +39,12 @@ typedef char bool;
39
#endif /* not C++ */
40
#endif /* __BEOS__ */
41
42
-/* #if SIZEOF_UINT8 == 0 Can't get this from configure */
+/* Also defined in include/c.h */
43
+#if SIZEOF_UINT8 == 0
44
typedef unsigned char uint8; /* == 8 bits */
45
typedef unsigned short uint16; /* == 16 bits */
46
typedef unsigned int uint32; /* == 32 bits */
-/* #endif */
47
+#endif /* SIZEOF_UINT8 == 0 */
48
49
extern bool EncryptMD5(const char *passwd, const char *salt,
50
size_t salt_len, char *buf);
0 commit comments