]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
Create provider errors and use them
authorMatt Caswell <matt@openssl.org>
Thu, 18 Apr 2019 16:43:05 +0000 (17:43 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Apr 2019 08:31:54 +0000 (09:31 +0100)
commit6caf7f3aec5484ee65067e9671299d3411565dc1
tree44afc9f27566e7044c22fa95c00946b9fb37a9a4
parent64adf9aac765f0872c33d225c57e5c128f5d7c69
Create provider errors and use them

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8700)
14 files changed:
crypto/err/err.c
crypto/err/err_all.c
crypto/err/openssl.ec
crypto/err/openssl.txt
include/openssl/err.h
providers/common/build.info
providers/common/ciphers/aes.c
providers/common/ciphers/aes_basic.c
providers/common/ciphers/block.c
providers/common/include/internal/providercommon.h [new file with mode: 0644]
providers/common/include/internal/providercommonerr.h [new file with mode: 0644]
providers/common/provider_err.c [new file with mode: 0644]
util/ck_errf.pl
util/mkerr.pl