X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=5afa63dd2a6578f51642fc1b4db487b71f68fe17;hp=61d28a71416320b8e644e663cb53932fb7926b53;hb=f4a748a17d6a38f410acd342e8539d0e7196cbdb;hpb=076e596ffb75e69c9f1aad5e06cabdd37595d695 diff --git a/Configure b/Configure index 61d28a7141..5afa63dd2a 100755 --- a/Configure +++ b/Configure @@ -1793,18 +1793,6 @@ my %builders = ( # The only reason we do this is to have something to build MINFO from build_Makefile(); - open (OUT,">crypto/buildinf.h") || die "Can't open buildinf.h"; - printf OUT <<"EOF"; -#ifndef MK1MF_BUILD - /* auto-generated by Configure for crypto/cversion.c: - * for Unix builds, crypto/Makefile.ssl generates functional definitions; - * Windows builds (and other mk1mf builds) compile cversion.c with - * -DMK1MF_BUILD and use definitions added to this file by util/mk1mf.pl. */ - #error "Windows builds (PLATFORM=$target) use mk1mf.pl-created Makefiles" -#endif -EOF - close(OUT); - # create the ms/version32.rc file if needed if ($platform ne "netware") { my ($v1, $v2, $v3, $v4);