diff options
author | bcook <> | 2016-06-06 09:54:03 +0000 |
---|---|---|
committer | bcook <> | 2016-06-06 09:54:03 +0000 |
commit | 6364ddafcccdcbd39246f76d9c8972d56b41fb64 (patch) | |
tree | fa932bbb8f261b001896dd5772a90c1393ed7204 | |
parent | ef8dc2c9ca39673cf4ca943eead765ce3a194546 (diff) | |
download | openbsd-6364ddafcccdcbd39246f76d9c8972d56b41fb64.tar.gz openbsd-6364ddafcccdcbd39246f76d9c8972d56b41fb64.tar.bz2 openbsd-6364ddafcccdcbd39246f76d9c8972d56b41fb64.zip |
LibreSSL 2.2.9
-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 a05a76481b..3f5998a28e 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.6 2016/05/29 20:39:14 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.7 2016/06/06 09:54:03 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 0x20020008L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020009L |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.8" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.9" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |