diff options
| author | bcook <> | 2016-09-22 05:06:06 +0000 |
|---|---|---|
| committer | bcook <> | 2016-09-22 05:06:06 +0000 |
| commit | 6f54bb436e4633abd476c96a5007054cc7058672 (patch) | |
| tree | 721f82ee8dfb78b1ca07a8b0f910e3d6e4e5e12b /src/lib/libssl | |
| parent | d76de4cceee8338ec29e0cafae1d5541066bc49e (diff) | |
| download | openbsd-6f54bb436e4633abd476c96a5007054cc7058672.tar.gz openbsd-6f54bb436e4633abd476c96a5007054cc7058672.tar.bz2 openbsd-6f54bb436e4633abd476c96a5007054cc7058672.zip | |
bump version for 2.4.3
Diffstat (limited to 'src/lib/libssl')
| -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 2becf1af01..41d88418b7 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.36 2016/06/30 11:10:29 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.36.2.1 2016/09/22 05:06:06 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 0x2040200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2040300fL |
| 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.3" |
| 8 | 8 | ||
| 9 | /* These will never change */ | 9 | /* These will never change */ |
| 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
