Commit e6c5dbc8 authored by Marek Klein's avatar Marek Klein Committed by Richard Levitte
Browse files

DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.h

parent ad9a0562
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -144,8 +144,6 @@ struct TS_status_info_st {
    ASN1_BIT_STRING *failure_info;
};

DEFINE_STACK_OF(ASN1_UTF8STRING)

/*-
 * IssuerSerial ::= SEQUENCE {
 *         issuer                   GeneralNames,
+2 −0
Original line number Diff line number Diff line
@@ -473,6 +473,8 @@ DEFINE_STACK_OF(ASN1_INTEGER)

DEFINE_STACK_OF(ASN1_GENERALSTRING)

DEFINE_STACK_OF(ASN1_UTF8STRING)

typedef struct asn1_type_st {
    int type;
    union {