diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index fd7831598b..a37f324a24 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.50 2024/11/24 10:12:05 tb Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.51 2024/12/04 09:50:52 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -2121,6 +2121,7 @@ static const struct ec_curve { | |||
2121 | .cofactor = 1, | 2121 | .cofactor = 1, |
2122 | }, | 2122 | }, |
2123 | { | 2123 | { |
2124 | /* XXX - this one's been wrong all along. Should use 160r1. */ | ||
2124 | .comment = "SECG/WTLS curve over a 160 bit prime field", | 2125 | .comment = "SECG/WTLS curve over a 160 bit prime field", |
2125 | .nid = NID_wap_wsg_idm_ecid_wtls7, | 2126 | .nid = NID_wap_wsg_idm_ecid_wtls7, |
2126 | .seed_len = sizeof(_EC_SECG_PRIME_160R2.seed), | 2127 | .seed_len = sizeof(_EC_SECG_PRIME_160R2.seed), |