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:
1d7fb4f
)
Add missing '#ifndef OPENSSL_NO_DSA'.
author
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 15:06:19 +0000
(15:06 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 15:06:19 +0000
(15:06 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index e3b1c36f9f00c218ed37b034d2404a12f2b9d98b..669eea4b9ee74ff5df5b9a000d013cbc4650ec5d 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-897,6
+897,7
@@
int MAIN(int argc, char **argv)
}
#endif
+#ifndef OPENSSL_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++)
@@
-914,6
+915,7
@@
int MAIN(int argc, char **argv)
}
}
}
+#endif
#define COND(d) (count < (d))
#define COUNT(d) (d)