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.
This commit is contained in:
Bodo Möller
1999-07-29 12:57:23 +00:00
parent 37b7185b5d
commit 571199434c
6 changed files with 25 additions and 30 deletions

View File

@@ -61,11 +61,7 @@
#include "cryptlib.h"
#include <openssl/crypto.h>
#ifdef MK1MF_BUILD
# include "mk1mfinf.h"
#else
# include "buildinf.h"
#endif
#include "buildinf.h"
const char *SSLeay_version(int t)
{