]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Tiny clarification of comment for RSA_sign
authordiv2016bit <44309014+div2016bit@users.noreply.github.com>
Fri, 12 Mar 2021 23:35:24 +0000 (15:35 -0800)
committerPauli <ppzgs1@gmail.com>
Mon, 15 Mar 2021 07:18:18 +0000 (17:18 +1000)
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)

crypto/rsa/rsa_local.h

index 589d7ccf5021619a5658830f1c546b4130585d3b..3a8d6fe2867a05f0d2a2d42ba7ea745cc4d0f227 100644 (file)
@@ -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,