[openssl-commits] [openssl] master update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Mon Dec 18 15:17:11 UTC 2017


The branch master has been updated
       via  532b11830c365fd50a6c27e4933935a8126d91ad (commit)
      from  a7956a2c6eeabf46c4248e9d29c5364c48795287 (commit)


- Log -----------------------------------------------------------------
commit 532b11830c365fd50a6c27e4933935a8126d91ad
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Sun Dec 17 22:15:15 2017 +0100

    Fix a typo in comment
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (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) {


More information about the openssl-commits mailing list