X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fossl_typ.h;h=ea9227f6f95a88ff1672680a53bf38225d8b2b81;hb=6ca7dba0cfc863359b16e23f0c1cbe1b7b5b4748;hp=12bd7014de36b32e65bcff9f208d814f8ac50ea0;hpb=3d11b8f89617edc81d01329dbb5bf134fcda3303;p=oweals%2Fopenssl.git diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 12bd7014de..ea9227f6f9 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -91,10 +91,12 @@ typedef struct asn1_string_st ASN1_TIME; typedef struct asn1_string_st ASN1_GENERALIZEDTIME; typedef struct asn1_string_st ASN1_VISIBLESTRING; typedef struct asn1_string_st ASN1_UTF8STRING; +typedef struct asn1_string_st ASN1_STRING; typedef int ASN1_BOOLEAN; typedef int ASN1_NULL; #endif +typedef struct ASN1_ITEM_st ASN1_ITEM; typedef struct asn1_pctx_st ASN1_PCTX; #ifdef OPENSSL_SYS_WIN32