We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aa37a commit 2882241Copy full SHA for 2882241
src/bin/psql/startup.c
@@ -3,11 +3,14 @@
3
*
4
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.131 2006/03/05 15:58:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.132 2006/04/27 02:58:08 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
10
#include <sys/types.h>
11
+#ifdef USE_SSL
12
+#include <openssl/ssl.h>
13
+#endif
14
15
#ifndef WIN32
16
#include <unistd.h>
0 commit comments