Remove three more bogus files (2x temp file, 1x trash)
[openssl.git] / crypto / crypto.h
index 306bc0267e5d38fa714fe6ab9bde867c5bb0d0a6..4641604b48854b3f092af3b77fc382aad751ebc2 100644 (file)
@@ -65,10 +65,12 @@ extern "C" {
 
 #include "stack.h"
 
+#define OPENSSL_VERSION_NUMBER 0x0920  /* Version 0.9.1c is 0913 */
+
+/* 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  0x0911  /* 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