From e6c5dbc8e82214f659d5b905d7b4a04a8d1faa8d Mon Sep 17 00:00:00 2001 From: Marek Klein Date: Tue, 3 May 2016 08:48:47 +0000 Subject: [PATCH] DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.h Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/1020) --- crypto/ts/ts_lcl.h | 2 -- include/openssl/asn1.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/ts/ts_lcl.h b/crypto/ts/ts_lcl.h index e3f915c795..657fbbba06 100644 --- a/crypto/ts/ts_lcl.h +++ b/crypto/ts/ts_lcl.h @@ -144,8 +144,6 @@ struct TS_status_info_st { ASN1_BIT_STRING *failure_info; }; -DEFINE_STACK_OF(ASN1_UTF8STRING) - /*- * IssuerSerial ::= SEQUENCE { * issuer GeneralNames, diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h index 4c30a74400..5fbe042079 100644 --- a/include/openssl/asn1.h +++ b/include/openssl/asn1.h @@ -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 { -- 2.25.1