Remove unused error/function codes.
authorRich Salz <rsalz@openssl.org>
Mon, 23 May 2016 19:02:34 +0000 (15:02 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 23 May 2016 19:04:23 +0000 (15:04 -0400)
commit0cd0a820abc6124cf8e176fa92d620a2abf9e419
treec4eb13c39e7b280de486b86ac4721c9442e0cbf9
parentf65a8c1e66f43b642d5d1709a933615aac62cebd
Remove unused error/function codes.

Add script to find unused err/reason codes
Remove unused reason codes.
Remove entries for unused functions

Reviewed-by: Matt Caswell <matt@openssl.org>
64 files changed:
crypto/asn1/asn1_err.c
crypto/async/async_err.c
crypto/bio/bio_err.c
crypto/bn/bn_err.c
crypto/buffer/buf_err.c
crypto/cms/cms_err.c
crypto/comp/comp_err.c
crypto/conf/conf_err.c
crypto/cpt_err.c
crypto/ct/ct_err.c
crypto/dh/dh_err.c
crypto/dsa/dsa_err.c
crypto/dso/dso_err.c
crypto/ec/ec_err.c
crypto/engine/eng_err.c
crypto/err/err.c
crypto/err/openssl.ec
crypto/evp/evp_err.c
crypto/fips_err.h [deleted file]
crypto/fips_ers.c [deleted file]
crypto/kdf/kdf_err.c
crypto/objects/obj_err.c
crypto/ocsp/ocsp_err.c
crypto/pem/pem_err.c
crypto/pkcs12/pk12err.c
crypto/pkcs7/pkcs7err.c
crypto/rand/rand_err.c
crypto/rsa/rsa_err.c
crypto/ts/ts_err.c
crypto/ui/ui_err.c
crypto/x509/x509_err.c
crypto/x509v3/v3err.c
include/internal/dso.h
include/openssl/asn1.h
include/openssl/async.h
include/openssl/bio.h
include/openssl/bn.h
include/openssl/buffer.h
include/openssl/cms.h
include/openssl/comp.h
include/openssl/conf.h
include/openssl/crypto.h
include/openssl/ct.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/ec.h
include/openssl/engine.h
include/openssl/err.h
include/openssl/evp.h
include/openssl/kdf.h
include/openssl/objects.h
include/openssl/ocsp.h
include/openssl/pem.h
include/openssl/pkcs12.h
include/openssl/pkcs7.h
include/openssl/rand.h
include/openssl/rsa.h
include/openssl/ssl.h
include/openssl/ts.h
include/openssl/ui.h
include/openssl/x509.h
include/openssl/x509v3.h
ssl/ssl_err.c
util/find-unused-errs [new file with mode: 0755]