summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn_err.c')
-rw-r--r--src/lib/libcrypto/bn/bn_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_err.c b/src/lib/libcrypto/bn/bn_err.c
index 592c509416..b861ea9374 100644
--- a/src/lib/libcrypto/bn/bn_err.c
+++ b/src/lib/libcrypto/bn/bn_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_err.c,v 1.15 2022/07/12 14:42:48 kn Exp $ */ 1/* $OpenBSD: bn_err.c,v 1.16 2023/06/13 09:12:22 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -80,6 +80,7 @@ static ERR_STRING_DATA BN_str_reasons[]= {
80 {ERR_REASON(BN_R_ENCODING_ERROR) , "encoding error"}, 80 {ERR_REASON(BN_R_ENCODING_ERROR) , "encoding error"},
81 {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA), "expand on static bignum data"}, 81 {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA), "expand on static bignum data"},
82 {ERR_REASON(BN_R_INPUT_NOT_REDUCED) , "input not reduced"}, 82 {ERR_REASON(BN_R_INPUT_NOT_REDUCED) , "input not reduced"},
83 {ERR_REASON(BN_R_INVALID_ARGUMENT) , "invalid argument"},
83 {ERR_REASON(BN_R_INVALID_LENGTH) , "invalid length"}, 84 {ERR_REASON(BN_R_INVALID_LENGTH) , "invalid length"},
84 {ERR_REASON(BN_R_INVALID_RANGE) , "invalid range"}, 85 {ERR_REASON(BN_R_INVALID_RANGE) , "invalid range"},
85 {ERR_REASON(BN_R_NOT_A_SQUARE) , "not a square"}, 86 {ERR_REASON(BN_R_NOT_A_SQUARE) , "not a square"},