ERR: Rebuild all generated error headers and source files
authorRichard Levitte <levitte@openssl.org>
Thu, 12 Nov 2020 09:36:47 +0000 (10:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Nov 2020 14:22:33 +0000 (15:22 +0100)
commit14a6c6a4e1eb8127514e6f5319701a1d7c3f5e82
treeac6257150d9944565e19644c7acf0f859458da57
parentf5a46ed7fe66520c6f1016eb96e96cb241ba229f
ERR: Rebuild all generated error headers and source files

This is the result of 'make errors ERROR_REBUILD=-rebuild'

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13390)
124 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/cmp/cmp_err.c
crypto/cms/cms_err.c
crypto/comp/comp_err.c
crypto/conf/conf_err.c
crypto/cpt_err.c
crypto/crmf/crmf_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/encode_decode/decoder_err.c
crypto/encode_decode/encoder_err.c
crypto/engine/eng_err.c
crypto/err/openssl.txt
crypto/ess/ess_err.c
crypto/evp/evp_err.c
crypto/http/http_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/property/property_err.c
crypto/rand/rand_err.c
crypto/rsa/rsa_err.c
crypto/sm2/sm2_err.c
crypto/store/store_err.c
crypto/ts/ts_err.c
crypto/ui/ui_err.c
crypto/x509/v3err.c
crypto/x509/x509_err.c
engines/e_afalg.txt
engines/e_afalg_err.c
engines/e_afalg_err.h
engines/e_capi.txt
engines/e_capi_err.c
engines/e_capi_err.h
engines/e_dasync.txt
engines/e_dasync_err.c
engines/e_dasync_err.h
engines/e_loader_attic_err.h
engines/e_ossltest.txt
engines/e_ossltest_err.c
engines/e_ossltest_err.h
include/crypto/asn1err.h [new file with mode: 0644]
include/crypto/asyncerr.h [new file with mode: 0644]
include/crypto/bioerr.h [new file with mode: 0644]
include/crypto/bnerr.h [new file with mode: 0644]
include/crypto/buffererr.h [new file with mode: 0644]
include/crypto/cmperr.h [new file with mode: 0644]
include/crypto/cmserr.h [new file with mode: 0644]
include/crypto/comperr.h [new file with mode: 0644]
include/crypto/conferr.h [new file with mode: 0644]
include/crypto/crmferr.h [new file with mode: 0644]
include/crypto/cryptoerr.h [new file with mode: 0644]
include/crypto/cterr.h [new file with mode: 0644]
include/crypto/decodererr.h [new file with mode: 0644]
include/crypto/dherr.h [new file with mode: 0644]
include/crypto/dsaerr.h [new file with mode: 0644]
include/crypto/ecerr.h [new file with mode: 0644]
include/crypto/encodererr.h [new file with mode: 0644]
include/crypto/engineerr.h [new file with mode: 0644]
include/crypto/esserr.h [new file with mode: 0644]
include/crypto/evperr.h [new file with mode: 0644]
include/crypto/httperr.h [new file with mode: 0644]
include/crypto/objectserr.h [new file with mode: 0644]
include/crypto/ocsperr.h [new file with mode: 0644]
include/crypto/pemerr.h [new file with mode: 0644]
include/crypto/pkcs12err.h [new file with mode: 0644]
include/crypto/pkcs7err.h [new file with mode: 0644]
include/crypto/randerr.h [new file with mode: 0644]
include/crypto/rsaerr.h [new file with mode: 0644]
include/crypto/sm2err.h
include/crypto/storeerr.h [new file with mode: 0644]
include/crypto/tserr.h [new file with mode: 0644]
include/crypto/uierr.h [new file with mode: 0644]
include/crypto/x509err.h [new file with mode: 0644]
include/crypto/x509v3err.h [new file with mode: 0644]
include/internal/dsoerr.h
include/internal/propertyerr.h
include/openssl/asn1err.h
include/openssl/asyncerr.h
include/openssl/bioerr.h
include/openssl/bnerr.h
include/openssl/buffererr.h
include/openssl/cmperr.h
include/openssl/cmserr.h
include/openssl/comperr.h
include/openssl/conferr.h
include/openssl/crmferr.h
include/openssl/cryptoerr.h
include/openssl/cterr.h
include/openssl/decodererr.h
include/openssl/dherr.h
include/openssl/dsaerr.h
include/openssl/ecerr.h
include/openssl/encodererr.h
include/openssl/engineerr.h
include/openssl/esserr.h
include/openssl/evperr.h
include/openssl/httperr.h
include/openssl/objectserr.h
include/openssl/ocsperr.h
include/openssl/pemerr.h
include/openssl/pkcs12err.h
include/openssl/pkcs7err.h
include/openssl/randerr.h
include/openssl/rsaerr.h
include/openssl/sslerr.h
include/openssl/storeerr.h
include/openssl/tserr.h
include/openssl/uierr.h
include/openssl/x509err.h
include/openssl/x509v3err.h
providers/common/include/prov/providercommonerr.h
providers/common/provider_err.c
ssl/ssl_err.c
ssl/sslerr.h [new file with mode: 0644]