"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
[openssl.git] / crypto / cversion.c
index e4e6afa69a273a6e3e56df4160bf1cb2df5d8866..297f8843f58586803ea450af2e1be417186bbbc4 100644 (file)
@@ -60,7 +60,8 @@
 #include <string.h>
 #include "cryptlib.h"
 #include <openssl/crypto.h>
 #include <string.h>
 #include "cryptlib.h"
 #include <openssl/crypto.h>
-#include "date.h"
+
+#include "buildinf.h"
 
 const char *SSLeay_version(int t)
        {
 
 const char *SSLeay_version(int t)
        {
@@ -72,7 +73,7 @@ const char *SSLeay_version(int t)
                static char buf[sizeof(DATE)+11];
 
                sprintf(buf,"built on: %s",DATE);
                static char buf[sizeof(DATE)+11];
 
                sprintf(buf,"built on: %s",DATE);
-               return(buf);
+               return(buf);
 #else
                return("built on: date not available");
 #endif
 #else
                return("built on: date not available");
 #endif