Loading crypto/ossl_typ.h +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ typedef int ASN1_NULL; #ifdef OPENSSL_SYS_WIN32 #undef X509_NAME #undef X509_CERT_PAIR #undef PKCS7_ISSUER_AND_SERIAL #endif Loading crypto/x509/x509.h +2 −1 Original line number Diff line number Diff line Loading @@ -112,8 +112,9 @@ extern "C" { #endif #ifdef OPENSSL_SYS_WIN32 /* Under Win32 this is defined in wincrypt.h */ /* Under Win32 these are defined in wincrypt.h */ #undef X509_NAME #undef X509_CERT_PAIR #endif #define X509_FILETYPE_PEM 1 Loading Loading
crypto/ossl_typ.h +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ typedef int ASN1_NULL; #ifdef OPENSSL_SYS_WIN32 #undef X509_NAME #undef X509_CERT_PAIR #undef PKCS7_ISSUER_AND_SERIAL #endif Loading
crypto/x509/x509.h +2 −1 Original line number Diff line number Diff line Loading @@ -112,8 +112,9 @@ extern "C" { #endif #ifdef OPENSSL_SYS_WIN32 /* Under Win32 this is defined in wincrypt.h */ /* Under Win32 these are defined in wincrypt.h */ #undef X509_NAME #undef X509_CERT_PAIR #endif #define X509_FILETYPE_PEM 1 Loading