diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-20 12:48:20 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-20 12:48:20 +0000 |
commit | fbf5d3759676a2f70455ee053b60a0cf0782f89a (patch) | |
tree | c4881311283e7cd016cf510101bbd257f698a581 /lib/libcrypto/shlib_version | |
parent | 3e0943ec854b6b82022907ad29f72688a1e82c3d (diff) |
Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.
APIs that pass times as longs will have to change at some point...
Bump major on both libcrypto and libssl.
ok tedu@
Diffstat (limited to 'lib/libcrypto/shlib_version')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 361604a5eb3..c622cb8cdf3 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,2 +1,2 @@ -major=25 +major=26 minor=0 |