summaryrefslogtreecommitdiff
path: root/crypto/cversion.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-29 12:57:23 +0000
committerBodo Möller <bodo@openssl.org>1999-07-29 12:57:23 +0000
commit571199434c616deb176a3fff9e5bb05bcc96f53b (patch)
treec95bb3516df3b25b215cb0034d62968680cae495 /crypto/cversion.c
parent37b7185b5dafec8c1798b2f7ebb3e5c22bf74fa4 (diff)
downloadopenssl-new-571199434c616deb176a3fff9e5bb05bcc96f53b.tar.gz
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.
Diffstat (limited to 'crypto/cversion.c')
-rw-r--r--crypto/cversion.c6
1 files changed, 1 insertions, 5 deletions
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 <openssl/crypto.h>
-#ifdef MK1MF_BUILD
-# include "mk1mfinf.h"
-#else
-# include "buildinf.h"
-#endif
+#include "buildinf.h"
const char *SSLeay_version(int t)
{