summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_local.h
diff options
context:
space:
mode:
authordiv2016bit <44309014+div2016bit@users.noreply.github.com>2021-03-12 15:35:24 -0800
committerPauli <ppzgs1@gmail.com>2021-03-15 17:18:18 +1000
commit8287a4c3b2230f8df109f5eb34171fa0058add2c (patch)
tree0dbfa307384f4d2e0e6cfe5a797fcb3bca3a5431 /crypto/rsa/rsa_local.h
parent3a37ddde911fe735c73121a8a561451cc719fc91 (diff)
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@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14540)
Diffstat (limited to 'crypto/rsa/rsa_local.h')
-rw-r--r--crypto/rsa/rsa_local.h2
1 files changed, 1 insertions, 1 deletions
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,