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

Commit4086253

Browse files
committed
Remove crypt.h from fe-connect.c --- not needed, and caused problems on
Solaris with Open SSL version 0.9.7b
1 parent9542deb commit4086253

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.250 2003/06/21 21:51:33 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.251 2003/06/23 17:03:19 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -25,9 +25,6 @@
2525
#ifndefHAVE_STRDUP
2626
#include"strdup.h"
2727
#endif
28-
#ifdefHAVE_CRYPT_H
29-
#include<crypt.h>
30-
#endif
3128

3229
#include"libpq-fe.h"
3330
#include"libpq-int.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp