Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
authorRichard Levitte <levitte@openssl.org>
Wed, 4 Nov 2020 11:26:49 +0000 (12:26 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Nov 2020 11:15:48 +0000 (12:15 +0100)
commit6debc6ab7499745baf7123e69936a9997dbbe6cb
tree4f891062f12d2fb28b66870c6bc0421d964773f9
parentc48ffbcca1d0213c6bcbe85de7bb5dd23c76438d
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call

This was done using util/err-to-raise

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13319)
providers/implementations/asymciphers/rsa_enc.c
providers/implementations/ciphers/cipher_tdes_wrap.c
providers/implementations/kdfs/scrypt.c
providers/implementations/macs/kmac_prov.c
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_ctr.c
providers/implementations/rands/rand_pool.c
providers/implementations/signature/eddsa.c