summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Klein <kleinmrk@gmail.com>2016-05-03 08:48:47 +0000
committerRichard Levitte <levitte@openssl.org>2016-05-04 14:48:41 +0200
commite6c5dbc8e82214f659d5b905d7b4a04a8d1faa8d (patch)
tree9ce0ddbb39088df2475e44ca967c2bfebcc34d6e /include
parentad9a05621ac75b6b9db1e8856d7f434276b1a7af (diff)
DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.h
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1020)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/asn1.h2
1 files changed, 2 insertions, 0 deletions
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 {