summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-05 13:01:45 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-05 13:01:45 +0000
commit8356877f2ad9575c96ebff39363d28262551c146 (patch)
tree17c4fed529f790f4ca58251ba3295e1eafe09e55 /lib
parentc6ebe6fc14e5b2e1edea819104a4296ad300199b (diff)
Drop an incorrect part from a comment
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/ecdsa/ecdsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ecdsa/ecdsa.c b/lib/libcrypto/ecdsa/ecdsa.c
index 28c5d666dd3..b35f70688f4 100644
--- a/lib/libcrypto/ecdsa/ecdsa.c
+++ b/lib/libcrypto/ecdsa/ecdsa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ecdsa.c,v 1.6 2023/07/05 12:56:52 tb Exp $ */
+/* $OpenBSD: ecdsa.c,v 1.7 2023/07/05 13:01:44 tb Exp $ */
/* ====================================================================
* Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved.
*
@@ -239,7 +239,7 @@ ecdsa_sign(int type, const unsigned char *digest, int digest_len,
/*
* FIPS 186-5, section 6.4.1, steps 3-8 and 11: Generate k, calculate r and
- * kinv, and clear it. If r == 0, try again with a new random k.
+ * kinv. If r == 0, try again with a new random k.
*/
int