提交 f6e1ebb1 编写于 作者: B Bruce Momjian

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

上级 37e55354
/* File: md5.h
*
* Description: See "md5.c"
* Description: See "md5.h"
*
* Comments: See "notice.txt" for copyright and license information.
*
......@@ -14,10 +14,6 @@
#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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册