Define X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS on non-portable compat builds
authorJeremy Barton <jbarton@microsoft.com>
Sat, 4 May 2019 16:39:28 +0000 (09:39 -0700)
committerGitHub <noreply@github.com>
Sat, 4 May 2019 16:39:28 +0000 (09:39 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/a0ad6436bdbcee831362268fdba99bcc7badd683

src/libraries/Native/Unix/System.Security.Cryptography.Native/opensslshim.h

index 7d88cd7..ade4e08 100644 (file)
@@ -1039,6 +1039,8 @@ FOR_ALL_OPENSSL_FUNCTIONS
 
 #if OPENSSL_VERSION_NUMBER < OPENSSL_VERSION_1_0_2_RTM
 
+#define X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS 4
+
 #define X509_check_host local_X509_check_host
 #define X509_STORE_CTX_get0_store local_X509_STORE_CTX_get0_store