diff options
author | 2014-10-03 14:31:30 +0000 | |
---|---|---|
committer | 2014-10-03 14:31:30 +0000 | |
commit | f0db75e7d4cc6ce138944f36f3fc3d7475db895a (patch) | |
tree | 7243719445dc0e4dd439f79e8f2b1ca6dcdb12e5 | |
parent | update for new ressl noverify API (diff) | |
download | wireguard-openbsd-f0db75e7d4cc6ce138944f36f3fc3d7475db895a.tar.xz wireguard-openbsd-f0db75e7d4cc6ce138944f36f3fc3d7475db895a.zip |
Bump minor version for ECDH auto.
While there are no additional symbols, there is an additional command that
clients will potentially depend on.
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 72e5894f74e..544b4b21d49 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,2 +1,2 @@ major=27 -minor=1 +minor=2 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index 72e5894f74e..544b4b21d49 100644 --- a/lib/libssl/ssl/shlib_version +++ b/lib/libssl/ssl/shlib_version @@ -1,2 +1,2 @@ major=27 -minor=1 +minor=2 |