remove some more useless code. The mingw target can now be built
authorUlf Möller <ulf@openssl.org>
Sat, 22 Feb 2003 22:15:31 +0000 (22:15 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 22 Feb 2003 22:15:31 +0000 (22:15 +0000)
under cygwin.

crypto/ecdh/ecdhtest.c

index 8af35322bbf42d0656dd7627df267e0e599719d6..6e0c14dc13712bc6eed3d345f499f02f2c277e1c 100644 (file)
@@ -73,9 +73,6 @@
 
 #include "../e_os.h"
 
 
 #include "../e_os.h"
 
-#ifdef OPENSSL_SYS_WINDOWS
-#include "../bio/bss_file.c" 
-#endif
 #include <openssl/crypto.h>
 #include <openssl/bio.h>
 #include <openssl/bn.h>
 #include <openssl/crypto.h>
 #include <openssl/bio.h>
 #include <openssl/bn.h>
@@ -103,11 +100,6 @@ int main(int argc, char *argv[])
 static void MS_CALLBACK cb(int p, int n, void *arg);
 #endif
 
 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 *);
 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 *);