git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9659fb)
Only provide openssl_tls_init_hook if building with openssl
2020年4月17日 19:57:19 +0000 (15:57 -0400)
2020年4月17日 19:57:19 +0000 (15:57 -0400)
This should have been protected by #ifdef USE_OPENSSL in commit
896fcdb230.

Per the real complaint this time from Daniel Gustafsson.


diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h
index 67697836bafbd66994028d53bf005e0752fa9229..ffd943ac3bdbed9f9ae200c4dd934007d0b1a999 100644 (file)
--- a/src/include/libpq/libpq-be.h
+++ b/src/include/libpq/libpq-be.h
@@ -288,8 +288,10 @@ extern char *be_tls_get_certificate_hash(Port *port, size_t *len);
#endif
/* init hook for SSL, the default sets the password callback if appropriate */
+#ifdef USE_OPENSSL
typedef void(* openssl_tls_init_hook_typ)(SSL_CTX *context, bool isServerStart);
extern PGDLLIMPORT openssl_tls_init_hook_typ openssl_tls_init_hook;
+#endif
#endif /* USE_SSL */
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /