Skip to content

Commit dbd5390

Browse files
committed
Fix for SSL compile.
1 parent 7a944e4 commit dbd5390

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/interfaces/libpq/libpq-int.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.86 2004/03/24 03:45:00 momjian Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.87 2004/03/25 21:48:59 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -458,6 +458,9 @@ extern ssize_t pqsecure_write(PGconn *, const void *ptr, size_t len);
458458
#ifdef ENABLE_THREAD_SAFETY
459459
extern void check_sigpipe_handler(void);
460460
extern pthread_key_t thread_in_send;
461+
#endif
462+
463+
#ifdef USE_SSL
461464
extern bool pq_initssllib;
462465
#endif
463466

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy