summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
diff options
context:
space:
mode:
authorMichael Paquier2021-02-10 06:28:19 +0000
committerMichael Paquier2021-02-10 06:28:19 +0000
commit092b785fad3de3f81355a4b2420aa39a1bc0ccd5 (patch)
treea9aef301a347f5cae184645dc5877ecf7e86e679 /src/include/pg_config_manual.h
parentbd12080980297dbc8ae926a3bd5b2ef9cc47932b (diff)
Simplify code related to compilation of SSL and OpenSSL
This commit makes more generic some comments and code related to the compilation with OpenSSL and SSL in general to ease the addition of more SSL implementations in the future. In libpq, some OpenSSL-only code is moved under USE_OPENSSL and not USE_SSL. While on it, make a comment more consistent in libpq-fe.h. Author: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r--src/include/pg_config_manual.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index d27c8601fa7..2a12071badc 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -176,8 +176,7 @@
/*
* USE_SSL code should be compiled only when compiling with an SSL
- * implementation. (Currently, only OpenSSL is supported, but we might add
- * more implementations in the future.)
+ * implementation.
*/
#ifdef USE_OPENSSL
#define USE_SSL