X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdhtest.c;h=dc25283f7c96b83002ca537928b086337adc1990;hp=33a49f2d7d1100ce9d7f415654557b0d5fbae0a8;hb=9d473aa2e4076beb959bc9701786a0860877ee12;hpb=e9224c717711eefb30038c9b37c69795dda93c9a 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 #include #include @@ -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";