diff options
| author | bcook <> | 2020-06-01 01:11:52 +0000 |
|---|---|---|
| committer | bcook <> | 2020-06-01 01:11:52 +0000 |
| commit | a530903ba77b59c83670ee1290660474960bbf06 (patch) | |
| tree | 77f848ff6a07aff2b3a5140064f0c4704a907ab6 /src | |
| parent | 354a3e8ef8994750d21e12eda969485e19c89844 (diff) | |
| download | openbsd-a530903ba77b59c83670ee1290660474960bbf06.tar.gz openbsd-a530903ba77b59c83670ee1290660474960bbf06.tar.bz2 openbsd-a530903ba77b59c83670ee1290660474960bbf06.zip | |
bump to LibreSSL 3.2.1libressl-v3.2.0
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 97e73acdb2..2a92f2d7c9 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.59 2020/05/09 15:22:52 beck Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.60 2020/06/01 01:11:52 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 0x3020000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3020100fL |
| 7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
| 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.0" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.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 |
