diff options
| author | tb <> | 2019-03-18 05:34:29 +0000 |
|---|---|---|
| committer | tb <> | 2019-03-18 05:34:29 +0000 |
| commit | 60690466852971b4a7bd7a7a7ef0d04fe15c0ced (patch) | |
| tree | 832bfd6646c60477198daf0e8a4e8e013b58eacf | |
| parent | 71e9a6d036006257e471f34897bc55866604a057 (diff) | |
| download | openbsd-60690466852971b4a7bd7a7a7ef0d04fe15c0ced.tar.gz openbsd-60690466852971b4a7bd7a7a7ef0d04fe15c0ced.tar.bz2 openbsd-60690466852971b4a7bd7a7a7ef0d04fe15c0ced.zip | |
Expand the ERR_PACK() macro to ERR_REASON() for consistency.
No binary change.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/evp/evp_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_err.c b/src/lib/libcrypto/evp/evp_err.c index 6bfb1c1dae..89f980b796 100644 --- a/src/lib/libcrypto/evp/evp_err.c +++ b/src/lib/libcrypto/evp/evp_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: evp_err.c,v 1.24 2019/03/17 18:17:44 tb Exp $ */ | 1 | /* $OpenBSD: evp_err.c,v 1.25 2019/03/18 05:34:29 tb Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -100,7 +100,7 @@ static ERR_STRING_DATA EVP_str_reasons[] = { | |||
| 100 | {ERR_REASON(EVP_R_ERROR_LOADING_SECTION) , "error loading section"}, | 100 | {ERR_REASON(EVP_R_ERROR_LOADING_SECTION) , "error loading section"}, |
| 101 | {ERR_REASON(EVP_R_ERROR_SETTING_FIPS_MODE), "error setting fips mode"}, | 101 | {ERR_REASON(EVP_R_ERROR_SETTING_FIPS_MODE), "error setting fips mode"}, |
| 102 | {ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR), "evp pbe cipherinit error"}, | 102 | {ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR), "evp pbe cipherinit error"}, |
| 103 | {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_EXPECTING_AN_HMAC_KEY), "expecting an hmac key"}, | 103 | {ERR_REASON(EVP_R_EXPECTING_AN_HMAC_KEY), "expecting an hmac key"}, |
| 104 | {ERR_REASON(EVP_R_EXPECTING_AN_RSA_KEY) , "expecting an rsa key"}, | 104 | {ERR_REASON(EVP_R_EXPECTING_AN_RSA_KEY) , "expecting an rsa key"}, |
| 105 | {ERR_REASON(EVP_R_EXPECTING_A_DH_KEY) , "expecting a dh key"}, | 105 | {ERR_REASON(EVP_R_EXPECTING_A_DH_KEY) , "expecting a dh key"}, |
| 106 | {ERR_REASON(EVP_R_EXPECTING_A_DSA_KEY) , "expecting a dsa key"}, | 106 | {ERR_REASON(EVP_R_EXPECTING_A_DSA_KEY) , "expecting a dsa key"}, |
