[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Mon Mar 15 07:18:45 UTC 2021
The branch master has been updated
via 8287a4c3b2230f8df109f5eb34171fa0058add2c (commit)
from 3a37ddde911fe735c73121a8a561451cc719fc91 (commit)
- Log -----------------------------------------------------------------
commit 8287a4c3b2230f8df109f5eb34171fa0058add2c
Author: div2016bit <44309014+div2016bit at users.noreply.github.com>
Date: Fri Mar 12 15:35:24 2021 -0800
Tiny clarification of comment for RSA_sign
CLA: trivial
On line 136, a period is added. I think this is what was intended.
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14540)
-----------------------------------------------------------------------
Summary of changes:
crypto/rsa/rsa_local.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/rsa/rsa_local.h b/crypto/rsa/rsa_local.h
index 589d7ccf50..3a8d6fe286 100644
--- a/crypto/rsa/rsa_local.h
+++ b/crypto/rsa/rsa_local.h
@@ -133,7 +133,7 @@ struct rsa_meth_st {
* New sign and verify functions: some libraries don't allow arbitrary
* data to be signed/verified: this allows them to be used. Note: for
* this to work the RSA_public_decrypt() and RSA_private_encrypt() should
- * *NOT* be used RSA_sign(), RSA_verify() should be used instead.
+ * *NOT* be used. RSA_sign(), RSA_verify() should be used instead.
*/
int (*rsa_sign) (int type,
const unsigned char *m, unsigned int m_length,
More information about the openssl-commits
mailing list