Change functions to ANSI C.
[openssl.git] / crypto / cversion.c
index 3933a0c37a1a8ed1f6febbbaa3ecdd2fcfaa12bc..8d18a95dfc6789230c1677619dc65eb873018a7b 100644 (file)
@@ -62,8 +62,7 @@
 #include "crypto.h"
 #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);
        }