From c8c5cec1f9fb290f6a1273f91b529475051ff16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Sat, 22 Feb 2003 22:15:31 +0000 Subject: remove some more useless code. The mingw target can now be built under cygwin. --- crypto/ecdh/ecdhtest.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crypto/ecdh') diff --git a/crypto/ecdh/ecdhtest.c b/crypto/ecdh/ecdhtest.c index 8af35322bb..6e0c14dc13 100644 --- a/crypto/ecdh/ecdhtest.c +++ b/crypto/ecdh/ecdhtest.c @@ -73,9 +73,6 @@ #include "../e_os.h" -#ifdef OPENSSL_SYS_WINDOWS -#include "../bio/bss_file.c" -#endif #include #include #include @@ -103,11 +100,6 @@ int main(int argc, char *argv[]) static void MS_CALLBACK cb(int p, int n, void *arg); #endif -#ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 -#include "bss_file.c" -#endif - static const char rnd_seed[] = "string to make the random number generator think it has entropy"; int test_ecdh_curve(int , char *, BN_CTX *, BIO *); -- cgit v1.2.3