diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-19 08:26:04 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-19 08:26:04 +0000 |
commit | ac84cf84cca2e5133767923de0c5054df6be36a3 (patch) | |
tree | 63d0553641caa3693ec18bd020cd1213463d62d2 | |
parent | 6e4e23dc37428406cfff38cdd38760cafe5d3fb9 (diff) |
unwrap a line
-rw-r--r-- | lib/libcrypto/ec/ec_err.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/ec/ec_err.c b/lib/libcrypto/ec/ec_err.c index 9f2253dddd9..7ecbb665692 100644 --- a/lib/libcrypto/ec/ec_err.c +++ b/lib/libcrypto/ec/ec_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_err.c,v 1.18 2023/07/28 09:28:37 tb Exp $ */ +/* $OpenBSD: ec_err.c,v 1.19 2024/05/19 08:26:03 tb Exp $ */ /* ==================================================================== * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. * @@ -70,8 +70,7 @@ static ERR_STRING_DATA EC_str_functs[] = { {0, NULL} }; -static ERR_STRING_DATA EC_str_reasons[] = -{ +static ERR_STRING_DATA EC_str_reasons[] = { {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"}, {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"}, {ERR_REASON(EC_R_BAD_SIGNATURE), "bad signature"}, |