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:
cfb8afc
)
From revision 1.54, 2001-03-16 10:30 levitte:
author
Richard Levitte
<levitte@openssl.org>
Fri, 16 Mar 2001 10:39:38 +0000
(10:39 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 16 Mar 2001 10:39:38 +0000
(10:39 +0000)
Correct a typo which might have lead to a dump.
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 627cab1d3116e1377579378e6c7365213eda32f3..350cb50a292337686522aef819132c4924403385 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-1173,7
+1173,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
{