summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-02-22 18:00:14 +0000
committerUlf Möller <ulf@openssl.org>2003-02-22 18:00:14 +0000
commit66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8 (patch)
treeb0b88997bd1005fe025cc775bb2865331dcae257 /crypto/dh
parent7841edc9c1aa18b4b2454b18c6e72eb5cb2f4ae5 (diff)
more mingw related cleanups.
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dhtest.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/dh/dhtest.c b/crypto/dh/dhtest.c
index 33a49f2d7d..dc25283f7c 100644
--- a/crypto/dh/dhtest.c
+++ b/crypto/dh/dhtest.c
@@ -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";