X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcversion.c;h=e4e6afa69a273a6e3e56df4160bf1cb2df5d8866;hp=3933a0c37a1a8ed1f6febbbaa3ecdd2fcfaa12bc;hb=ec577822f95a8bca0023c5c77cef1a4916822d4a;hpb=e778802f53c8d47e96a6e4cbc776eb6e1d4c461a diff --git a/crypto/cversion.c b/crypto/cversion.c index 3933a0c37a..e4e6afa69a 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -59,11 +59,10 @@ #include #include #include "cryptlib.h" -#include "crypto.h" +#include #include "date.h" -const char *SSLeay_version(t) -int t; +const char *SSLeay_version(int t) { if (t == SSLEAY_VERSION) return OPENSSL_VERSION_TEXT; @@ -103,7 +102,7 @@ int t; return("not available"); } -unsigned long SSLeay() +unsigned long SSLeay(void) { return(SSLEAY_VERSION_NUMBER); }