Rename DECLARE*STACK_OF to DEFINE*STACK_OF
authorDr. Stephen Henson <steve@openssl.org>
Mon, 28 Dec 2015 00:04:33 +0000 (00:04 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Jan 2016 18:00:51 +0000 (18:00 +0000)
commit858857157290dd35145b14044ae96be9cd8eb0df
tree1f5775a622b6d68a9e930c4038b5366c26388484
parentc5e0c5404708939a3bed317366367d9898960598
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>
38 files changed:
crypto/asn1/ameth_lib.c
crypto/asn1/asn_mime.c
crypto/async/async_locl.h
crypto/cms/cms_lcl.h
crypto/engine/eng_int.h
crypto/evp/evp_pbe.c
crypto/evp/pmeth_lib.c
crypto/ex_data.c
crypto/include/internal/ct_int.h
crypto/lock.c
crypto/objects/o_names.c
crypto/objects/obj_xref.c
crypto/store/str_mem.c
crypto/ts/ts_lcl.h
crypto/x509/by_dir.c
crypto/x509/x_name.c
crypto/x509v3/pcy_int.h
include/openssl/asn1.h
include/openssl/asn1t.h
include/openssl/bio.h
include/openssl/cms.h
include/openssl/conf.h
include/openssl/crypto.h
include/openssl/ocsp.h
include/openssl/pkcs12.h
include/openssl/pkcs7.h
include/openssl/safestack.h
include/openssl/srp.h
include/openssl/ssl.h
include/openssl/store.h
include/openssl/ts.h
include/openssl/txt_db.h
include/openssl/ui.h
include/openssl/x509.h
include/openssl/x509_vfy.h
include/openssl/x509v3.h
ssl/ssl_locl.h
util/mkstack.pl