more mingw related cleanups.
[openssl.git] / crypto / dh / dhtest.c
index 33a49f2d7d1100ce9d7f415654557b0d5fbae0a8..dc25283f7c96b83002ca537928b086337adc1990 100644 (file)
@@ -68,9 +68,6 @@
 
 #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>
@@ -93,10 +90,6 @@ int main(int argc, char *argv[])
 #endif
 
 static void MS_CALLBACK cb(int p, int n, void *arg);
-#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";