]> granicus.if.org Git - postgresql/commitdiff
No longer need define test in md5.h because of Hiroshi's win_md5.c.
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Nov 2001 00:16:53 +0000 (00:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Nov 2001 00:16:53 +0000 (00:16 +0000)
src/interfaces/odbc/md5.h

index 748e0a6728d5d7fbda1a4361f4bbbf6fc7d024a6..3daaf16c3fbff15b25c77de612af2d8366a6b71d 100644 (file)
@@ -1,6 +1,6 @@
 /* File:                       md5.h
  *
- * Description:                See "md5.c"
+ * Description:                See "md5.h"
  *
  * Comments:           See "notice.txt" for copyright and license information.
  *
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef WIN32
-#define        MD5_ODBC
-#define        FRONTEND
-#endif
 #define MD5_PASSWD_LEN 35
 
 /* From c.h */
@@ -50,5 +46,4 @@ extern bool md5_hash(const void *buff, size_t len, char *hexsum);
 extern bool EncryptMD5(const char *passwd, const char *salt,
                   size_t salt_len, char *buf);
 
-
 #endif