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 2724ff3 commit 4fdb655Copy full SHA for 4fdb655
src/backend/libpq/be-secure-openssl.c
@@ -270,9 +270,8 @@ be_tls_init(bool isServerStart)
270
*/
271
#ifdef HAVE_SSL_CTX_SET_NUM_TICKETS
272
SSL_CTX_set_num_tickets(context, 0);
273
-#else
274
- SSL_CTX_set_options(context, SSL_OP_NO_TICKET);
275
#endif
+ SSL_CTX_set_options(context, SSL_OP_NO_TICKET);
276
277
/* disallow SSL session caching, too */
278
SSL_CTX_set_session_cache_mode(context, SSL_SESS_CACHE_OFF);
0 commit comments