projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758229f
)
Fix comment typo
author
Pauli
<paul.dale@oracle.com>
Thu, 24 Jan 2019 02:22:48 +0000
(12:22 +1000)
committer
Pauli
<paul.dale@oracle.com>
Mon, 11 Feb 2019 01:27:01 +0000
(11:27 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8196)
crypto/rsa/rsa_lib.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_lib.c
b/crypto/rsa/rsa_lib.c
index 994978b14497c731c61d9ed31f2f6c033e213a65..0848936b2d4bdbbcba4eaef71cc086e3f102bf5e 100644
(file)
--- 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 scale
d
integers together and rescale the result.
*/
static ossl_inline uint64_t mul2(uint64_t a, uint64_t b)
{