From 571199434c616deb176a3fff9e5bb05bcc96f53b Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 29 Jul 1999 12:57:23 +0000 Subject: Always use buildinf.h, which now includes the mk1mfinf.h data. Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h. --- crypto/cversion.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crypto/cversion.c') diff --git a/crypto/cversion.c b/crypto/cversion.c index 428def3081..297f8843f5 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -61,11 +61,7 @@ #include "cryptlib.h" #include -#ifdef MK1MF_BUILD -# include "mk1mfinf.h" -#else -# include "buildinf.h" -#endif +#include "buildinf.h" const char *SSLeay_version(int t) { -- cgit v1.2.3