New function CRYPTO_num_locks.
[openssl.git] / crypto / cversion.c
index 8d18a95dfc6789230c1677619dc65eb873018a7b..959b2611b7ba5a711d17e1fe251e82278404c946 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <string.h>
 #include "cryptlib.h"
-#include "crypto.h"
+#include <openssl/crypto.h>
 #include "date.h"
 
 const char *SSLeay_version(int t)
@@ -72,7 +72,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