diff options
author | 2018-03-22 17:06:56 +0000 | |
---|---|---|
committer | 2018-03-22 17:06:56 +0000 | |
commit | da8739ce88a8edf0c217d397a4f254e74f66da3d (patch) | |
tree | 80dff5c0a097005033455e4d379df63050de5d29 | |
parent | ssl.h HISTORY up to 0.9.5; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-da8739ce88a8edf0c217d397a4f254e74f66da3d.tar.xz wireguard-openbsd-da8739ce88a8edf0c217d397a4f254e74f66da3d.zip |
bump for 2.7.1
-rw-r--r-- | lib/libcrypto/opensslv.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 753d15b5b24..fb9d8610834 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.44 2017/12/11 11:04:04 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.45 2018/03/22 17:06:56 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2070000fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.0" +#define LIBRESSL_VERSION_NUMBER 0x2070100fL +/* ^ Patch starts here */ +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |