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:
5bfb357
)
Fix typo in comment
author
Benjamin Kaduk
<bkaduk@akamai.com>
Mon, 11 Dec 2017 14:48:46 +0000
(08:48 -0600)
committer
Benjamin Kaduk
<bkaduk@akamai.com>
Mon, 11 Dec 2017 14:48:46 +0000
(08:48 -0600)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4903)
test/exptest.c
patch
|
blob
|
history
diff --git
a/test/exptest.c
b/test/exptest.c
index 4221c1bed37038ac0b5c84865bd92c4720cefd08..9bc6e753a74f377375cf60aa28d277d9ab8dbdf7 100644
(file)
--- a/
test/exptest.c
+++ b/
test/exptest.c
@@
-143,7
+143,7
@@
int main(int argc, char *argv[])
BIGNUM *r_mont, *r_mont_const, *r_recp, *r_simple, *a, *b, *m;
/*
- * See or BN_rand may fail, and we don't even check its return
+ * See
d
or BN_rand may fail, and we don't even check its return
* value (which we should)
*/
RAND_seed(rnd_seed, sizeof(rnd_seed));