diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2000-12-15 20:31:12 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2000-12-15 20:31:12 +0000 |
commit | bb4f7cbe12a4156876b357dbfab031d92d9caba5 (patch) | |
tree | 58b18f9fa3feb2e2914e5a8aa20d912630f313a2 /lib/libssl | |
parent | d8f4a0f544a611aac725a3a27f69bbd7058369a4 (diff) |
Oops, missed makefile change, and must crank major on these, some
routines which used to be externally used are now macros. ugh.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/crypto/shlib_version | 4 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/crypto/shlib_version b/lib/libssl/crypto/shlib_version index c29621c831e..012c14171d3 100644 --- a/lib/libssl/crypto/shlib_version +++ b/lib/libssl/crypto/shlib_version @@ -1,2 +1,2 @@ -major=2 -minor=5 +major=3 +minor=0 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index c29621c831e..012c14171d3 100644 --- a/lib/libssl/ssl/shlib_version +++ b/lib/libssl/ssl/shlib_version @@ -1,2 +1,2 @@ -major=2 -minor=5 +major=3 +minor=0 |