diff options
author | beck <> | 2016-01-28 15:36:06 +0000 |
---|---|---|
committer | beck <> | 2016-01-28 15:36:06 +0000 |
commit | 6f7f3097f13924a240e7863da3beb0e4eae78fa8 (patch) | |
tree | eeb3ab1facb83a50973809f791ec9c2f56c13c25 | |
parent | 25f4d07affe0edbe0362e926e3ae2ba28e740c4b (diff) | |
download | openbsd-libressl-v2.2.6.tar.gz openbsd-libressl-v2.2.6.tar.bz2 openbsd-libressl-v2.2.6.zip |
bump version.libressl-v2.2.6
ok bcook@
-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 a41b527d19..fc16195b11 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.3 2015/12/04 13:45:01 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.4 2016/01/28 15:36:06 beck 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 0x20020005L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020006L |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.5" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.6" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |