Commit f6e1ebb1 authored by Bruce Momjian's avatar Bruce Momjian

No longer need define test in md5.h because of Hiroshi's win_md5.c.

parent 37e55354
/* File: md5.h /* File: md5.h
* *
* Description: See "md5.c" * Description: See "md5.h"
* *
* Comments: See "notice.txt" for copyright and license information. * Comments: See "notice.txt" for copyright and license information.
* *
...@@ -14,10 +14,6 @@ ...@@ -14,10 +14,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef WIN32
#define MD5_ODBC
#define FRONTEND
#endif
#define MD5_PASSWD_LEN 35 #define MD5_PASSWD_LEN 35
/* From c.h */ /* From c.h */
...@@ -50,5 +46,4 @@ extern bool md5_hash(const void *buff, size_t len, char *hexsum); ...@@ -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, extern bool EncryptMD5(const char *passwd, const char *salt,
size_t salt_len, char *buf); size_t salt_len, char *buf);
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment