diff options
author | 2017-08-12 21:47:23 +0000 | |
---|---|---|
committer | 2017-08-12 21:47:23 +0000 | |
commit | c3b48e336b5d87e4a647e525451891b114329f5e (patch) | |
tree | 36d3e36c358b6a4e31f090424d1fa01e86259bc8 | |
parent | Forgot to commit updated Makefile for regress test changes using obj directory. (diff) | |
download | wireguard-openbsd-c3b48e336b5d87e4a647e525451891b114329f5e.tar.xz wireguard-openbsd-c3b48e336b5d87e4a647e525451891b114329f5e.zip |
bump to 2.6.1
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 90dcc479ff9..a12851918a7 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.40 2017/04/06 10:38:24 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.41 2017/08/12 21:47:23 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2060000fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.0" +#define LIBRESSL_VERSION_NUMBER 0x2060100fL +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |