diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-10 16:31:58 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-10 16:31:58 +0000 |
commit | b1e05575207274d02fc5ece967ad827fb641a5e9 (patch) | |
tree | fb6ff663ac47b301d90f3cea43a89aa9b2814c3e /lib/libcrypto/opensslv.h | |
parent | bfd6188e26175478899b35f39b00ee6c3e967efe (diff) |
merge openssl-0.9.7-beta3, tested on vax by miod@
Diffstat (limited to 'lib/libcrypto/opensslv.h')
-rw-r--r-- | lib/libcrypto/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 0d23a02fb2e..9689b49c5b8 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -25,8 +25,8 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x00907001L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta1 01 Jun 2002" +#define OPENSSL_VERSION_NUMBER 0x00907003L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta3 30 Jul 2002" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT |