[openssl-commits] [openssl] master update

Dr. Paul Dale pauli at openssl.org
Mon Feb 11 01:27:01 UTC 2019


The branch master has been updated
       via  2beb004b24ff524d1f27e71994cdcfffb85d7075 (commit)
      from  758229f7d22775d7547e3b3b886b7f6a289c6897 (commit)


- Log -----------------------------------------------------------------
commit 2beb004b24ff524d1f27e71994cdcfffb85d7075
Author: Pauli <paul.dale at oracle.com>
Date:   Thu Jan 24 12:22:48 2019 +1000

    Fix comment typo
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8196)

-----------------------------------------------------------------------

Summary of changes:
 crypto/rsa/rsa_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index 994978b..0848936 100644
--- a/crypto/rsa/rsa_lib.c
+++ b/crypto/rsa/rsa_lib.c
@@ -181,7 +181,7 @@ static const unsigned int c1_923 = 0x07b126;    /* scale * 1.923 */
 static const unsigned int c4_690 = 0x12c28f;    /* scale * 4.690 */
 
 /*
- * Multiply two scale integers together and rescale the result.
+ * Multiply two scaled integers together and rescale the result.
  */
 static ossl_inline uint64_t mul2(uint64_t a, uint64_t b)
 {


More information about the openssl-commits mailing list