diff options
author | bcook <> | 2016-05-29 20:39:14 +0000 |
---|---|---|
committer | bcook <> | 2016-05-29 20:39:14 +0000 |
commit | ef8dc2c9ca39673cf4ca943eead765ce3a194546 (patch) | |
tree | e928aa6b03de0237131fe30ecc0d41183c983f25 | |
parent | 82ace7bbd9042eb36ae9d1cc3d5c01c2ccf15915 (diff) | |
download | openbsd-ef8dc2c9ca39673cf4ca943eead765ce3a194546.tar.gz openbsd-ef8dc2c9ca39673cf4ca943eead765ce3a194546.tar.bz2 openbsd-ef8dc2c9ca39673cf4ca943eead765ce3a194546.zip |
bump to 2.2.8libressl-v2.2.8
-rw-r--r-- | src/lib/libssl/src/crypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index 782ae02716..a05a76481b 100644 --- a/src/lib/libssl/src/crypto/opensslv.h +++ b/src/lib/libssl/src/crypto/opensslv.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.30.4.5 2016/05/03 13:49:36 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.6 2016/05/29 20:39:14 bcook Exp $ */ |
2 | #ifndef HEADER_OPENSSLV_H | 2 | #ifndef HEADER_OPENSSLV_H |
3 | #define HEADER_OPENSSLV_H | 3 | #define HEADER_OPENSSLV_H |
4 | 4 | ||
5 | /* These will change with each release of LibreSSL-portable */ | 5 | /* These will change with each release of LibreSSL-portable */ |
6 | #define LIBRESSL_VERSION_NUMBER 0x20020006L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020008L |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.7" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.8" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |