diff options
| author | tb <> | 2021-09-15 17:14:26 +0000 |
|---|---|---|
| committer | tb <> | 2021-09-15 17:14:26 +0000 |
| commit | 87ad048671e38be9ceea42ed9e24726a49a0167b (patch) | |
| tree | db973c2e6066166a4dcd38017f8967302183cfff /src | |
| parent | 76f3844ea887613e8a6df2ccc1f84d9ac93169b3 (diff) | |
| download | openbsd-87ad048671e38be9ceea42ed9e24726a49a0167b.tar.gz openbsd-87ad048671e38be9ceea42ed9e24726a49a0167b.tar.bz2 openbsd-87ad048671e38be9ceea42ed9e24726a49a0167b.zip | |
bump to LibreSSL 3.4.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index b07e67d307..4adc3bf8a7 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.65 2021/05/01 14:15:57 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.66 2021/09/15 17:14:26 tb 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 0x3040000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3040100fL |
| 7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
| 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.0" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.1" |
| 9 | 9 | ||
| 10 | /* These will never change */ | 10 | /* These will never change */ |
| 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
