Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / cversion.c
index 3933a0c37a1a8ed1f6febbbaa3ecdd2fcfaa12bc..e4e6afa69a273a6e3e56df4160bf1cb2df5d8866 100644 (file)
 #include <stdio.h>
 #include <string.h>
 #include "cryptlib.h"
-#include "crypto.h"
+#include <openssl/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);
        }