Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1272cfb

Browse files
Fix macro placement in pg_config.h.in
Commit 274bbce accidentally placed the pg_config.h.in for SSL_CTX_set_num_tickets on the wrong line wrt where autoheader places it. Fix by re-arranging and backpatch to the same level as the original commit. Reported-by: Marina Polyakova <m.polyakova@postgrespro.ru> Discussion: https://postgr.es/m/48cebe8c3eaf308bae253b1dbf4e4a75@postgrespro.ru Backpatch-through: v12
1 parent c7cfbc5 commit 1272cfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/pg_config.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@
384384
/* Define to 1 if you have the `SSL_CTX_set_cert_cb' function. */
385385
#undef HAVE_SSL_CTX_SET_CERT_CB
386386

387+
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
388+
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
389+
387390
/* Define to 1 if stdbool.h conforms to C99. */
388391
#undef HAVE_STDBOOL_H
389392

@@ -510,9 +513,6 @@
510513
/* Define to 1 if you have the `X509_get_signature_info' function. */
511514
#undef HAVE_X509_GET_SIGNATURE_INFO
512515

513-
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
514-
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
515-
516516
/* Define to 1 if the assembler supports X86_64's POPCNTQ instruction. */
517517
#undef HAVE_X86_64_POPCNTQ
518518

0 commit comments

Comments
 (0)