diff options
-rw-r--r-- | src/lib/libcrypto/ec/ec_err.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_err.c b/src/lib/libcrypto/ec/ec_err.c index 9f2253dddd..7ecbb66569 100644 --- a/src/lib/libcrypto/ec/ec_err.c +++ b/src/lib/libcrypto/ec/ec_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_err.c,v 1.18 2023/07/28 09:28:37 tb Exp $ */ | 1 | /* $OpenBSD: ec_err.c,v 1.19 2024/05/19 08:26:03 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 | * |
@@ -70,8 +70,7 @@ static ERR_STRING_DATA EC_str_functs[] = { | |||
70 | {0, NULL} | 70 | {0, NULL} |
71 | }; | 71 | }; |
72 | 72 | ||
73 | static ERR_STRING_DATA EC_str_reasons[] = | 73 | static ERR_STRING_DATA EC_str_reasons[] = { |
74 | { | ||
75 | {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"}, | 74 | {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"}, |
76 | {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"}, | 75 | {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"}, |
77 | {ERR_REASON(EC_R_BAD_SIGNATURE), "bad signature"}, | 76 | {ERR_REASON(EC_R_BAD_SIGNATURE), "bad signature"}, |