Loading crypto/x509v3/x509v3.h +7 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,13 @@ extern "C" { #endif #ifdef OPENSSL_SYS_WIN32 /* Under Win32 these are defined in wincrypt.h */ #undef X509_NAME #undef X509_CERT_PAIR #undef X509_EXTENSIONS #endif /* Forward reference */ struct v3_ext_method; struct v3_ext_ctx; Loading Loading
crypto/x509v3/x509v3.h +7 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,13 @@ extern "C" { #endif #ifdef OPENSSL_SYS_WIN32 /* Under Win32 these are defined in wincrypt.h */ #undef X509_NAME #undef X509_CERT_PAIR #undef X509_EXTENSIONS #endif /* Forward reference */ struct v3_ext_method; struct v3_ext_ctx; Loading