X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcversion.c;h=297f8843f58586803ea450af2e1be417186bbbc4;hb=645820f27312908bde98c10310701f11f0ba6073;hp=8d18a95dfc6789230c1677619dc65eb873018a7b;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/crypto/cversion.c b/crypto/cversion.c index 8d18a95dfc..297f8843f5 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -59,8 +59,9 @@ #include #include #include "cryptlib.h" -#include "crypto.h" -#include "date.h" +#include + +#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