From 63ba2e308960b3f557beffdac3ab199d692aa564 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 18 Apr 2023 03:33:46 -0600 Subject: Regen x509.h patch --- patches/windows_headers.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/windows_headers.patch b/patches/windows_headers.patch index 17c447d..e6bf584 100644 --- a/patches/windows_headers.patch +++ b/patches/windows_headers.patch @@ -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 -- cgit v1.2.3-55-g6feb