Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6e1ebb

Browse files
committed
No longer need define test in md5.h because of Hiroshi's win_md5.c.
1 parent37e5535 commitf6e1ebb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎src/interfaces/odbc/md5.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* File:md5.h
22
*
3-
* Description:See "md5.c"
3+
* Description:See "md5.h"
44
*
55
* Comments:See "notice.txt" for copyright and license information.
66
*
@@ -14,10 +14,6 @@
1414
#include<stdlib.h>
1515
#include<string.h>
1616

17-
#ifdefWIN32
18-
#defineMD5_ODBC
19-
#defineFRONTEND
20-
#endif
2117
#defineMD5_PASSWD_LEN35
2218

2319
/* From c.h */
@@ -50,5 +46,4 @@ extern bool md5_hash(const void *buff, size_t len, char *hexsum);
5046
externboolEncryptMD5(constchar*passwd,constchar*salt,
5147
size_tsalt_len,char*buf);
5248

53-
5449
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp