New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / crypto.h
index 14fa6f43067fd68c672ee5a815d066549c5e170c..990e8095730de7f48795cfc0d606882a58b46952 100644 (file)
@@ -64,11 +64,12 @@ extern "C" {
 #endif
 
 #include "stack.h"
+#include "opensslv.h"
 
+/* Backward compatibility to SSLeay */
 /* This is more to be used to check the correct DLL is being used
  * in the MS world. */
-#define SSLEAY_VERSION_NUMBER  0x0913  /* Version 0.5.1c would be 0513 */
-
+#define SSLEAY_VERSION_NUMBER  OPENSSL_VERSION_NUMBER
 #define SSLEAY_VERSION         0
 /* #define SSLEAY_OPTIONS      1 no longer supported */
 #define SSLEAY_CFLAGS          2