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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user