Only declare stacks in headers
authorDr. Stephen Henson <steve@openssl.org>
Wed, 6 Jan 2016 02:54:18 +0000 (02:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Jan 2016 18:00:51 +0000 (18:00 +0000)
commit4a1f3f274108e25b97bd9870170fe2970892e155
tree45e10bfbd19cec70d44d079d677b9852f12a501e
parent858857157290dd35145b14044ae96be9cd8eb0df
Only declare stacks in headers

Don't define stacks in C source files: it causes warnings
about unused functions in some compilers.

Reviewed-by: Richard Levitte <levitte@openssl.org>
22 files changed:
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_locl.h
crypto/asn1/asn_mime.c
crypto/evp/evp_locl.h
crypto/evp/evp_pbe.c
crypto/evp/pmeth_lib.c
crypto/ex_data.c
crypto/include/internal/asn1_int.h
crypto/include/internal/cryptlib.h
crypto/include/internal/evp_int.h
crypto/lock.c
crypto/objects/Makefile
crypto/objects/o_names.c
crypto/objects/o_names.h [new file with mode: 0644]
crypto/objects/obj_xref.c
crypto/objects/obj_xref.h
crypto/objects/objxref.pl
crypto/x509/by_dir.c
crypto/x509/x509_lcl.h
crypto/x509/x_name.c
include/internal/dane.h
include/openssl/ssl.h