8000
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 f342d7a commit 6741cfaCopy full SHA for 6741cfa
src/interfaces/libpq/libpq-fe.h
@@ -620,12 +620,10 @@ extern int pg_valid_server_encoding_id(int encoding);
620
/* == in fe-secure-openssl.c === */
621
622
/* Support for overriding sslpassword handling with a callback. */
623
-#ifdef USE_OPENSSL
624
typedef int (*PQsslKeyPassHook_type)(char *buf, int size, PGconn *conn);
625
extern PQsslKeyPassHook_type PQgetSSLKeyPassHook(void);
626
extern void PQsetSSLKeyPassHook(PQsslKeyPassHook_type hook);
627
extern int PQdefaultSSLKeyPassHook(char *buf, int size, PGconn *conn);
628
-#endif
629
630
#ifdef __cplusplus
631
}
0 commit comments