提交 e6c5dbc8 编写于 作者: M Marek Klein 提交者: Richard Levitte

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

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1020)
上级 ad9a0562
...@@ -144,8 +144,6 @@ struct TS_status_info_st { ...@@ -144,8 +144,6 @@ struct TS_status_info_st {
ASN1_BIT_STRING *failure_info; ASN1_BIT_STRING *failure_info;
}; };
DEFINE_STACK_OF(ASN1_UTF8STRING)
/*- /*-
* IssuerSerial ::= SEQUENCE { * IssuerSerial ::= SEQUENCE {
* issuer GeneralNames, * issuer GeneralNames,
......
...@@ -473,6 +473,8 @@ DEFINE_STACK_OF(ASN1_INTEGER) ...@@ -473,6 +473,8 @@ DEFINE_STACK_OF(ASN1_INTEGER)
DEFINE_STACK_OF(ASN1_GENERALSTRING) DEFINE_STACK_OF(ASN1_GENERALSTRING)
DEFINE_STACK_OF(ASN1_UTF8STRING)
typedef struct asn1_type_st { typedef struct asn1_type_st {
int type; int type;
union { union {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册