]> granicus.if.org Git - openssl/commitdiff
DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.h
authorMarek Klein <kleinmrk@gmail.com>
Tue, 3 May 2016 08:48:47 +0000 (08:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 4 May 2016 12:48:41 +0000 (14:48 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1020)

crypto/ts/ts_lcl.h
include/openssl/asn1.h

index e3f915c79536c7152321ff4d2ddc05d95ff51df0..657fbbba060e6749d2825b3abcc1f770052be27e 100644 (file)
@@ -144,8 +144,6 @@ struct TS_status_info_st {
     ASN1_BIT_STRING *failure_info;
 };
 
-DEFINE_STACK_OF(ASN1_UTF8STRING)
-
 /*-
  * IssuerSerial ::= SEQUENCE {
  *         issuer                   GeneralNames,
index 4c30a74400112f93bc853ca8eae7a599c0a5a6cf..5fbe042079e6c76210855aa4cb33047870a0cfd0 100644 (file)
@@ -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 {