X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcversion.c;h=297f8843f58586803ea450af2e1be417186bbbc4;hb=fcb76baeb04bb961e8bbc44b81ecdfc2f27dddf4;hp=e4e6afa69a273a6e3e56df4160bf1cb2df5d8866;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a;p=oweals%2Fopenssl.git diff --git a/crypto/cversion.c b/crypto/cversion.c index e4e6afa69a..297f8843f5 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -60,7 +60,8 @@ #include #include "cryptlib.h" #include -#include "date.h" + +#include "buildinf.h" 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); - return(buf); + return(buf); #else return("built on: date not available"); #endif