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:
1e01dbf
)
Add missing '#ifndef NO_DSA'.
author
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 15:05:23 +0000
(15:05 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 15:05:23 +0000
(15:05 +0000)
Submitted by: "Hellan,Kim KHE" <KHE@kmd.dk>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 350cb50a292337686522aef819132c4924403385..067903099d93cfa189270954e3ec368af0c6c45f 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-831,6
+831,7
@@
int MAIN(int argc, char **argv)
}
#endif
+#ifndef NO_DSA
dsa_c[R_DSA_512][0]=count/1000;
dsa_c[R_DSA_512][1]=count/1000/2;
for (i=1; i<DSA_NUM; i++)
@@
-848,6
+849,7
@@
int MAIN(int argc, char **argv)
}
}
}
+#endif
#define COND(d) (count < (d))
#define COUNT(d) (d)