X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fossl_typ.h;h=0e7a3808803589f6a5e8a10724db8490dadef63b;hb=6287fa53962a88881be5b5b8939491c384e0bdd2;hp=08c2968f122d27373659258120ccc3edd6c0963d;hpb=a523276786b8f8ae9ab331a19deeef71a2e463dc;p=oweals%2Fopenssl.git diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 08c2968f12..0e7a380880 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -97,8 +97,11 @@ typedef int ASN1_NULL; #ifdef OPENSSL_SYS_WIN32 #undef X509_NAME +#undef X509_EXTENSIONS #undef X509_CERT_PAIR #undef PKCS7_ISSUER_AND_SERIAL +#undef OCSP_REQUEST +#undef OCSP_RESPONSE #endif #ifdef BIGNUM @@ -139,6 +142,8 @@ typedef struct X509_crl_st X509_CRL; typedef struct X509_name_st X509_NAME; typedef struct x509_store_st X509_STORE; typedef struct x509_store_ctx_st X509_STORE_CTX; +typedef struct ssl_st SSL; +typedef struct ssl_ctx_st SSL_CTX; typedef struct v3_ext_ctx X509V3_CTX; typedef struct conf_st CONF;