projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9542deb
)
Remove crypt.h from fe-connect.c --- not needed, and caused problems on
author
Bruce Momjian
<
[email protected]
>
Mon, 23 Jun 2003 17:03:19 +0000
(17:03 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 23 Jun 2003 17:03:19 +0000
(17:03 +0000)
Solaris with Open SSL version 0.9.7b
src/interfaces/libpq/fe-connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-connect.c
b/src/interfaces/libpq/fe-connect.c
index 7008d99601dff64c53555c2eefa1a9185205f185..b44d2fd068d33e14d997ab94a6090ab04606ba80 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.25
0 2003/06/21 21:51:33 tgl
Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.25
1 2003/06/23 17:03:19 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-25,9
+25,6
@@
#ifndef HAVE_STRDUP
#include "strdup.h"
#endif
-#ifdef HAVE_CRYPT_H
-#include <crypt.h>
-#endif
#include "libpq-fe.h"
#include "libpq-int.h"