]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecdsa_ossl.c
Fix a typo in comment
[thirdparty/openssl.git] / crypto / ec / ecdsa_ossl.c
index 7118e43bfc630922f50ec2940c4f2c7502ee81fd..30458f1402addc2cc856e7f4a3310c4003aae0b7 100644 (file)
@@ -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) {