From 690ecff7953193cc8e66b588216805f3014df778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 14 Mar 2002 09:52:03 +0000 Subject: Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. Fix dsaparam usage output. Submitted by: Nils Larsch --- crypto/ecdsa/ecdsatest.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'crypto/ecdsa/ecdsatest.c') diff --git a/crypto/ecdsa/ecdsatest.c b/crypto/ecdsa/ecdsatest.c index 02f9df923f..18b0ce18b3 100644 --- a/crypto/ecdsa/ecdsatest.c +++ b/crypto/ecdsa/ecdsatest.c @@ -56,13 +56,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include #ifdef CLOCKS_PER_SEC /* "To determine the time in seconds, the value returned @@ -81,6 +74,14 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); return 0; } #else +#include +#include +#include +#include +#include +#include +#include + static BIO *bio_err=NULL; static const char rnd_seed[] = "string to make the random number generator think it has entropy"; -- cgit v1.2.1