diff options
author | 2015-03-31 14:04:12 +0000 | |
---|---|---|
committer | 2015-03-31 14:04:12 +0000 | |
commit | 3103b603e649428ddbb7914f6622f5e7c256beac (patch) | |
tree | 4563d386cbcf518bc366f7eb607f368de9fd87f8 | |
parent | Provide a tls_accept_fds() function, which allows a TLS connection to be (diff) | |
download | wireguard-openbsd-3103b603e649428ddbb7914f6622f5e7c256beac.tar.xz wireguard-openbsd-3103b603e649428ddbb7914f6622f5e7c256beac.zip |
Bump libtls minor due to API addition.
-rw-r--r-- | lib/libtls/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 012c14171d3..3f0196ebf4a 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=3 -minor=0 +minor=1 |