diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2018-02-14 17:16:22 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2018-02-14 17:16:22 +0000 |
commit | eae607f89dc5e4058ef1cb97a9680ee423a86676 (patch) | |
tree | 32db75872c9c88e0f861400bb013084f706b5d8c /lib/libssl/shlib_version | |
parent | bc33a442604005c2ecb24941c6fc72b1629dd114 (diff) |
Bump lib{crypto,ssl,tls} minors due to symbol additions.
Diffstat (limited to 'lib/libssl/shlib_version')
-rw-r--r-- | lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index a4fa6109ef3..248a9c5d904 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! major=44 -minor=2 +minor=3 |