From: Christian Schmidt Date: Tue, 31 Oct 2023 14:12:10 +0000 (+0100) Subject: Correct comment in crypto/ec/curve448/ed448.h X-Git-Tag: openssl-3.3.0-alpha1~699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ffc6c644c3494b3d5237073cc22c35737f9698a;p=thirdparty%2Fopenssl.git Correct comment in crypto/ec/curve448/ed448.h Obvious Copy&Paste¬ edit error. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22573) --- diff --git a/crypto/ec/curve448/ed448.h b/crypto/ec/curve448/ed448.h index 00b2bae580b..f4f01892d3c 100644 --- a/crypto/ec/curve448/ed448.h +++ b/crypto/ec/curve448/ed448.h @@ -21,7 +21,7 @@ /* Number of bytes in an EdDSA private key. */ # define EDDSA_448_PRIVATE_BYTES EDDSA_448_PUBLIC_BYTES -/* Number of bytes in an EdDSA private key. */ +/* Number of bytes in an EdDSA signature. */ # define EDDSA_448_SIGNATURE_BYTES (EDDSA_448_PUBLIC_BYTES + \ EDDSA_448_PRIVATE_BYTES)