Skip to content
Snippets Groups Projects
Commit 2882241c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add SSL include needed for psql, after libpq adjustments.

parent 80aa37a7
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,14 @@
*
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
*
* $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 $
*/
#include "postgres_fe.h"
#include <sys/types.h>
#ifdef USE_SSL
#include <openssl/ssl.h>
#endif
#ifndef WIN32
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment