summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_lcl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-28 00:04:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-07 18:00:51 +0000
commit858857157290dd35145b14044ae96be9cd8eb0df (patch)
tree1f5775a622b6d68a9e930c4038b5366c26388484 /crypto/ts/ts_lcl.h
parentc5e0c5404708939a3bed317366367d9898960598 (diff)
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Applications wishing to include their own stacks now just need to include DEFINE_STACK_OF(foo) in a header file. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ts/ts_lcl.h')
-rw-r--r--crypto/ts/ts_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ts/ts_lcl.h b/crypto/ts/ts_lcl.h
index da28ef1cb9..e3f915c795 100644
--- a/crypto/ts/ts_lcl.h
+++ b/crypto/ts/ts_lcl.h
@@ -144,7 +144,7 @@ struct TS_status_info_st {
ASN1_BIT_STRING *failure_info;
};
-DECLARE_STACK_OF(ASN1_UTF8STRING)
+DEFINE_STACK_OF(ASN1_UTF8STRING)
/*-
* IssuerSerial ::= SEQUENCE {