avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,
[oweals/openssl.git] / crypto / cversion.c
index e4e6afa69a273a6e3e56df4160bf1cb2df5d8866..72af476fbeee07f10398f170e9bb296256c11967 100644 (file)
@@ -60,7 +60,7 @@
 #include <string.h>
 #include "cryptlib.h"
 #include <openssl/crypto.h>
-#include "date.h"
+#include "buildinf.h"
 
 const char *SSLeay_version(int t)
        {
@@ -72,7 +72,7 @@ const char *SSLeay_version(int t)
                static char buf[sizeof(DATE)+11];
 
                sprintf(buf,"built on: %s",DATE);
-               return(buf);
+               return(buf);
 #else
                return("built on: date not available");
 #endif