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:
6e67830
)
Correct a typo which might have lead to a dump.
author
Richard Levitte
<levitte@openssl.org>
Fri, 16 Mar 2001 10:30:10 +0000
(10:30 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 16 Mar 2001 10:30:10 +0000
(10:30 +0000)
Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 9dc89bef553c936930bcb0b925c2ee59f20cc424..e3b1c36f9f00c218ed37b034d2404a12f2b9d98b 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-1261,7
+1261,7
@@
int MAIN(int argc, char **argv)
{
BIO_printf(bio_err,"RSA verify failure. No RSA verify will be done.\n");
ERR_print_errors(bio_err);
-
d
sa_doit[j] = 0;
+
r
sa_doit[j] = 0;
}
else
{