From: Andrey Volk Date: Mon, 14 Sep 2020 11:02:50 +0000 (+0400) Subject: [Core] Enable use of DTLSv1_2 on Windows. X-Git-Tag: v1.10.6^2~142^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F851%2Fhead;p=thirdparty%2Ffreeswitch.git [Core] Enable use of DTLSv1_2 on Windows. --- diff --git a/w32/openssl.props b/w32/openssl.props index 1e2040b7d6..4ba5878305 100644 --- a/w32/openssl.props +++ b/w32/openssl.props @@ -68,7 +68,7 @@ $(OpenSSLLibDir)\include;%(AdditionalIncludeDirectories) $(OpenSSLLibDir)\include_x86;%(AdditionalIncludeDirectories) $(OpenSSLLibDir)\include_x64;%(AdditionalIncludeDirectories) - OPENSSL;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) + OPENSSL;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;HAVE_OPENSSL_DTLSv1_2_method;%(PreprocessorDefinitions) $(OpenSSLLibDir)\binaries\$(Platform)\$(LibraryConfiguration)\;%(AdditionalLibraryDirectories)