The branch master has been updated
via 532b11830c365fd50a6c27e4933935a8126d91ad (commit)
from a7956a2c6eeabf46c4248e9d29c5364c48795287 (commit)
- Log -----------------------------------------------------------------
commit 532b11830c365fd50a6c27e4933935a8126d91ad
Author: Bernd Edlinger <[email protected]>
Date: Sun Dec 17 22:15:15 2017 +0100
Fix a typo in comment
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/4949)
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/ecdsa_ossl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/ec/ecdsa_ossl.c b/crypto/ec/ecdsa_ossl.c
index 7118e43..30458f1 100644
--- a/crypto/ec/ecdsa_ossl.c
+++ b/crypto/ec/ecdsa_ossl.c
@@ -298,7 +298,7 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst,
int dgst_len,
}
if (BN_is_zero(s)) {
/*
- * if kinv and r have been supplied by the caller don't to
+ * if kinv and r have been supplied by the caller, don't
* generate new kinv and r values
*/
if (in_kinv != NULL && in_r != NULL) {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits