From 792be10b828ad8e8d564d50ad6593a1c4d32c217 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 20 Apr 2014 12:48:19 +0000 Subject: [PATCH] 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@ --- src/lib/libcrypto/crypto/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 361604a5..c622cb8c 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version @@ -1,2 +1,2 @@ -major=25 +major=26 minor=0