summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-05 22:44:12 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-05 22:44:12 +0000
commit631cdb9f690e78d71e417e9315ef68acc87053b7 (patch)
treef9e43028d1618be69f3d34d28aa2795aa1106b67
parente98b0d6883f0d90c64bec4b5c12862f34ee227f8 (diff)
downloadopenssl-new-631cdb9f690e78d71e417e9315ef68acc87053b7.tar.gz
Small fault correctedOpenSSL_0_9_6h
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 974dc75ca7..afd9b9ba0e 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,7 +25,7 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x00906080L
+#define OPENSSL_VERSION_NUMBER 0x0090608fL
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6h 5 Dec 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT