Regen x509.h patch

This commit is contained in:
Theo Buehler 2023-04-18 03:33:46 -06:00
parent e45df9efa6
commit 63ba2e3089

View File

@ -61,12 +61,12 @@ diff -u include/openssl.orig/pkcs7.h include/openssl/pkcs7.h
Encryption_ID DES-CBC
Digest_ID MD5
diff -u include/openssl.orig/x509.h include/openssl/x509.h
--- include/openssl.orig/x509.h Mon Dec 7 07:58:32 2015
+++ include/openssl/x509.h Mon Dec 7 07:56:14 2015
@@ -112,6 +112,19 @@
--- include/openssl.orig/x509.h Tue Apr 18 03:26:56 2023
+++ include/openssl/x509.h Tue Apr 18 03:27:14 2023
@@ -106,6 +106,19 @@
extern "C" {
#endif
+#if defined(_WIN32) && defined(__WINCRYPT_H__)
+#ifndef LIBRESSL_INTERNAL
+#ifdef _MSC_VER