diff options
author | 2002-09-14 11:18:01 +0000 | |
---|---|---|
committer | 2002-09-14 11:18:01 +0000 | |
commit | cf5de1f602bfe31a1de0d5bcba280f0bf0a50ae2 (patch) | |
tree | 2658bb71397039b6e8ea6265a0bfe5a109de2a64 /lib/libssl/crypto | |
parent | spaces (diff) | |
download | wireguard-openbsd-cf5de1f602bfe31a1de0d5bcba280f0bf0a50ae2.tar.xz wireguard-openbsd-cf5de1f602bfe31a1de0d5bcba280f0bf0a50ae2.zip |
merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/crypto/shlib_version b/lib/libssl/crypto/shlib_version index 5b844bbf422..b39addfcc64 100644 --- a/lib/libssl/crypto/shlib_version +++ b/lib/libssl/crypto/shlib_version @@ -1,2 +1,2 @@ major=7 -minor=0 +minor=1 |