From 0f1927e6626d035e229dbec3b265edf9d94485d1 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 3 May 2025 10:15:50 +0000 Subject: Fix typo in curve comment: P224r2 -> P224t1 --- src/lib/libcrypto/ec/ec_curve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index a3ec2de7fb..a505ae5026 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_curve.c,v 1.54 2025/03/09 17:53:11 tb Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.55 2025/05/03 10:15:50 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -1221,7 +1221,7 @@ static const struct ec_curve { .cofactor = 1, }, { - .comment = "RFC 5639 curve brainpoolP224r2", + .comment = "RFC 5639 curve brainpoolP224t1", .nid = NID_brainpoolP224t1, .param_len = sizeof(_EC_brainpoolP224t1.p), .p = _EC_brainpoolP224t1.p, -- cgit v1.2.3-55-g6feb