提交 532b1183 编写于 作者: B Bernd Edlinger
上级 a7956a2c
...@@ -298,7 +298,7 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, ...@@ -298,7 +298,7 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len,
} }
if (BN_is_zero(s)) { 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 * generate new kinv and r values
*/ */
if (in_kinv != NULL && in_r != NULL) { if (in_kinv != NULL && in_r != NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册