diff options
| author | bcook <> | 2015-12-04 13:45:01 +0000 |
|---|---|---|
| committer | bcook <> | 2015-12-04 13:45:01 +0000 |
| commit | 77176cafa2be3bc2dfde9d1c40478598461ba55a (patch) | |
| tree | 6ce07e51300dd4fb388d3b209f8a1bdb179cb1cd | |
| parent | e3924cbf47c6162af25b8fa4901c12220954590a (diff) | |
| download | openbsd-libressl-v2.2.5.tar.gz openbsd-libressl-v2.2.5.tar.bz2 openbsd-libressl-v2.2.5.zip | |
Bump LibreSSL version number to 2.2.5 in 5.8 release branch.libressl-v2.2.5
| -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 a70d07a8df..a41b527d19 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.2 2015/10/15 21:05:41 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.3 2015/12/04 13:45:01 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 0x20020004L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020005L |
| 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.5" |
| 8 | 8 | ||
| 9 | /* These will never change */ | 9 | /* These will never change */ |
| 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
