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

Commit1edbd62

Browse files
committed
Fix comment at top of file to match file name.
1 parent09f19de commit1edbd62

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

‎src/interfaces/odbc/md5.h

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
/* File:connection.h
2-
*
3-
* Description:See "connection.c"
4-
*
5-
* Comments:See "notice.txt" for copyright and license information.
6-
*
7-
*/
8-
9-
#ifndef__MD5_H__
10-
#define__MD5_H__
11-
12-
#include"psqlodbc.h"
13-
14-
#include<stdlib.h>
15-
#include<string.h>
16-
1+
/* File:connection.h
2+
*
3+
* Description:See "md.h"
4+
*
5+
* Comments:See "notice.txt" for copyright and license information.
6+
*
7+
*/
8+
9+
#ifndef__MD5_H__
10+
#define__MD5_H__
11+
12+
#include"psqlodbc.h"
13+
14+
#include<stdlib.h>
15+
#include<string.h>
16+
1717
#ifdefWIN32
1818
#defineMD5_ODBC
1919
#defineFRONTEND
2020
#endif
21-
#defineMD5_PASSWD_LEN35
22-
23-
/* From c.h */
24-
#ifndef__BEOS__
25-
26-
#ifndef__cplusplus
27-
28-
#ifndefbool
29-
typedefcharbool;
30-
#endif
31-
32-
#ifndeftrue
33-
#definetrue((bool) 1)
34-
#endif
35-
36-
#ifndeffalse
37-
#definefalse((bool) 0)
38-
#endif
39-
#endif/* not C++ */
40-
#endif/* __BEOS__ */
41-
42-
#ifndef__BEOS__/* this shouldn't be required, but is is! */
43-
typedefunsignedcharuint8;/* == 8 bits */
44-
typedefunsigned shortuint16;/* == 16 bits */
45-
typedefunsignedintuint32;/* == 32 bits */
46-
#endif/* __BEOS__ */
47-
48-
externboolEncryptMD5(constchar*passwd,constchar*salt,
49-
size_tsalt_len,char*buf);
50-
51-
52-
#endif
21+
#defineMD5_PASSWD_LEN35
22+
23+
/* From c.h */
24+
#ifndef__BEOS__
25+
26+
#ifndef__cplusplus
27+
28+
#ifndefbool
29+
typedefcharbool;
30+
#endif
31+
32+
#ifndeftrue
33+
#definetrue((bool) 1)
34+
#endif
35+
36+
#ifndeffalse
37+
#definefalse((bool) 0)
38+
#endif
39+
#endif/* not C++ */
40+
#endif/* __BEOS__ */
41+
42+
#ifndef__BEOS__/* this shouldn't be required, but is is! */
43+
typedefunsignedcharuint8;/* == 8 bits */
44+
typedefunsigned shortuint16;/* == 16 bits */
45+
typedefunsignedintuint32;/* == 32 bits */
46+
#endif/* __BEOS__ */
47+
48+
externboolEncryptMD5(constchar*passwd,constchar*salt,
49+
size_tsalt_len,char*buf);
50+
51+
52+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp