diff options
| author | bcook <> | 2015-10-15 21:05:41 +0000 |
|---|---|---|
| committer | bcook <> | 2015-10-15 21:05:41 +0000 |
| commit | 6920f0b0227a41ff830c87d43878f2b48fca429e (patch) | |
| tree | d6381194a9fcd1b323bd1e6e2756fbd795f46952 /src | |
| parent | 44a70a9da2ae5fad99bff6f1bb5d84a2e131d7d0 (diff) | |
| download | openbsd-libressl-v2.2.4.tar.gz openbsd-libressl-v2.2.4.tar.bz2 openbsd-libressl-v2.2.4.zip | |
Bump LibreSSL version number to 2.2.4 in 5.8 release branch.libressl-v2.2.4
Diffstat (limited to 'src')
| -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 6198f2bc60..a70d07a8df 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.1 2015/08/28 16:38:19 jsing Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.2 2015/10/15 21:05:41 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 0x20020003L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020004L |
| 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" |
| 8 | 8 | ||
| 9 | /* These will never change */ | 9 | /* These will never change */ |
| 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
