Skip to content

Commit 634710d

Browse files
Fix building with MSVC for TLS session disabling
Commit 274bbce omitted the required changes for the MSVC build system in v16 through v12. Per buildfarm animal hamerkop. Discussion: https://postgr.es/m/7919238F-723C-4113-9742-EBCE7A76A6B4@yesql.se
1 parent 40e8ea9 commit 634710d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/msvc/Solution.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ sub GenerateFiles
352352
HAVE_SETSID => undef,
353353
HAVE_SHM_OPEN => undef,
354354
HAVE_SPINLOCKS => 1,
355+
HAVE_SSL_CTX_SET_NUM_TICKETS => undef,
355356
HAVE_SRANDOM => undef,
356357
HAVE_STDBOOL_H => 1,
357358
HAVE_STDINT_H => 1,
@@ -535,6 +536,7 @@ sub GenerateFiles
535536
|| ($digit1 >= '1' && $digit2 >= '1' && $digit3 >= '1'))
536537
{
537538
$define{HAVE_X509_GET_SIGNATURE_INFO} = 1;
539+
$define{HAVE_SSL_CTX_SET_NUM_TICKETS} = 1;
538540
}
539541

540542
# Symbols needed with OpenSSL 1.1.0 and above.

0 commit comments

Comments
 (0)