Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit441eba3

Browse files
Fix building with MSVC for TLS session disabling
Commit274bbce omitted the required changes for the MSVC buildsystem in v16 through v12. Per buildfarm animal hamerkop.Discussion:https://postgr.es/m/7919238F-723C-4113-9742-EBCE7A76A6B4@yesql.se
1 parent83b4a63 commit441eba3

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
@@ -329,6 +329,7 @@ sub GenerateFiles
329329
HAVE_SOCKLEN_T=> 1,
330330
HAVE_SPINLOCKS=> 1,
331331
HAVE_SSL_CTX_SET_CERT_CB=>undef,
332+
HAVE_SSL_CTX_SET_NUM_TICKETS=>undef,
332333
HAVE_STDBOOL_H=> 1,
333334
HAVE_STDINT_H=> 1,
334335
HAVE_STDLIB_H=> 1,
@@ -495,6 +496,7 @@ sub GenerateFiles
495496
|| ($digit1 >='1' &&$digit2 >='1' &&$digit3 >='1'))
496497
{
497498
$define{HAVE_X509_GET_SIGNATURE_INFO} = 1;
499+
$define{HAVE_SSL_CTX_SET_NUM_TICKETS} = 1;
498500
}
499501

500502
# Symbols needed with OpenSSL 1.1.0 and above.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp