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:
e3a7463
)
sch isn't an array, how did this pass through gcc?
author
Richard Levitte
<levitte@openssl.org>
Tue, 2 Oct 2001 11:49:55 +0000
(11:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 2 Oct 2001 11:49:55 +0000
(11:49 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 45df8aa91b3204665fbb5b848a690c8d482ecd6a..aeb2fa7fd7cb519ef001867e9a4bdec14788a1e1 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-839,7
+839,7
@@
int MAIN(int argc, char **argv)
Time_F(START,usertime);
for (i=count; i; i--)
des_ecb_encrypt(buf_as_des_cblock,buf_as_des_cblock,
- &
(sch[0])
,DES_ENCRYPT);
+ &
sch
,DES_ENCRYPT);
d=Time_F(STOP,usertime);
} while (d <3);
save_count=count;