]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace FUNCerr with ERR_raise_data
authorRich Salz <rsalz@akamai.com>
Wed, 31 Jul 2019 19:24:20 +0000 (15:24 -0400)
committerRichard Levitte <levitte@openssl.org>
Fri, 2 Aug 2019 09:41:54 +0000 (11:41 +0200)
commitff988500c2f39ae61b2836167b6e0e7b2021220c
treeead6acf74e2cf8c8be430e02f78dddcf8281b0cc
parent823ee00a396f91df4517af13dafae679ae10b3f4
Replace FUNCerr with ERR_raise_data

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9496)
15 files changed:
CHANGES
apps/apps.c
crypto/bio/b_addr.c
crypto/bio/b_sock.c
crypto/bio/b_sock2.c
crypto/bio/bss_acpt.c
crypto/bio/bss_conn.c
crypto/bio/bss_file.c
crypto/conf/conf_def.c
crypto/store/loader_file.c
engines/e_devcrypto.c
include/openssl/err.h
ssl/ssl_cert.c
ssl/ssl_lib.c
test/errtest.c