diff options
author | 2017-01-24 09:29:14 +0000 | |
---|---|---|
committer | 2017-01-24 09:29:14 +0000 | |
commit | 38fca6da5ea8cdeec7bb9f0a68c336dcf55df93f (patch) | |
tree | 856dd3ebe9c1882b4d8297707a6a4b51b6e884eb | |
parent | slight cleanups (diff) | |
download | wireguard-openbsd-38fca6da5ea8cdeec7bb9f0a68c336dcf55df93f.tar.xz wireguard-openbsd-38fca6da5ea8cdeec7bb9f0a68c336dcf55df93f.zip |
Bump libssl and libtls minors due to symbol additions.
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 4cdb3d9c9ad..7f7ed0afa91 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=43 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 77913220429..b9229d35170 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=15 -minor=0 +minor=1 |