Fix function name in doc comment
authortb <tb@openbsd.org>
Thu, 4 May 2023 05:57:18 +0000 (05:57 +0000)
committertb <tb@openbsd.org>
Thu, 4 May 2023 05:57:18 +0000 (05:57 +0000)
lib/libcrypto/ec/ec_asn1.c

index 7cec5bb..8a90619 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ec_asn1.c,v 1.43 2023/05/03 06:30:11 tb Exp $ */
+/* $OpenBSD: ec_asn1.c,v 1.44 2023/05/04 05:57:18 tb Exp $ */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
@@ -615,7 +615,7 @@ EC_PRIVATEKEY_free(EC_PRIVATEKEY *a)
 
 /* some declarations of internal function */
 
-/* ec_asn1_group2field() sets the values in a X9_62_FIELDID object */
+/* ec_asn1_group2fieldid() sets the values in a X9_62_FIELDID object */
 static int ec_asn1_group2fieldid(const EC_GROUP *, X9_62_FIELDID *);
 /* ec_asn1_group2curve() sets the values in a X9_62_CURVE object */
 static int ec_asn1_group2curve(const EC_GROUP *, X9_62_CURVE *);