|
@@ -2035,6 +2035,7 @@ SYSTEM_FUNCS=" |
|
|
posix_memalign |
|
|
posix_memalign |
|
|
pthread_cancel |
|
|
pthread_cancel |
|
|
sched_getaffinity |
|
|
sched_getaffinity |
|
|
|
|
|
SecItemImport |
|
|
SetConsoleTextAttribute |
|
|
SetConsoleTextAttribute |
|
|
SetConsoleCtrlHandler |
|
|
SetConsoleCtrlHandler |
|
|
setmode |
|
|
setmode |
|
@@ -6032,9 +6033,12 @@ fi |
|
|
|
|
|
|
|
|
enabled securetransport && |
|
|
enabled securetransport && |
|
|
check_func SecIdentityCreate "-Wl,-framework,CoreFoundation -Wl,-framework,Security" && |
|
|
check_func SecIdentityCreate "-Wl,-framework,CoreFoundation -Wl,-framework,Security" && |
|
|
check_lib securetransport "Security/SecureTransport.h Security/Security.h" "SSLCreateContext SecItemImport" "-Wl,-framework,CoreFoundation -Wl,-framework,Security" || |
|
|
|
|
|
|
|
|
check_lib securetransport "Security/SecureTransport.h Security/Security.h" "SSLCreateContext" "-Wl,-framework,CoreFoundation -Wl,-framework,Security" || |
|
|
disable securetransport |
|
|
disable securetransport |
|
|
|
|
|
|
|
|
|
|
|
enabled securetransport && |
|
|
|
|
|
check_func SecItemImport "-Wl,-framework,CoreFoundation -Wl,-framework,Security" |
|
|
|
|
|
|
|
|
enabled schannel && |
|
|
enabled schannel && |
|
|
check_func_headers "windows.h security.h" InitializeSecurityContext -DSECURITY_WIN32 -lsecur32 && |
|
|
check_func_headers "windows.h security.h" InitializeSecurityContext -DSECURITY_WIN32 -lsecur32 && |
|
|
check_cpp_condition winerror.h "defined(SEC_I_CONTEXT_EXPIRED)" && |
|
|
check_cpp_condition winerror.h "defined(SEC_I_CONTEXT_EXPIRED)" && |
|
|