diff options
author | bcook <> | 2020-06-01 01:11:52 +0000 |
---|---|---|
committer | bcook <> | 2020-06-01 01:11:52 +0000 |
commit | 5eb47ff0da2f409e0aabaf35465ec63575fbdd54 (patch) | |
tree | 77f848ff6a07aff2b3a5140064f0c4704a907ab6 | |
parent | 95d91de56d07efcd6dd35c2b3815d31608c9ba7f (diff) | |
download | openbsd-5eb47ff0da2f409e0aabaf35465ec63575fbdd54.tar.gz openbsd-5eb47ff0da2f409e0aabaf35465ec63575fbdd54.tar.bz2 openbsd-5eb47ff0da2f409e0aabaf35465ec63575fbdd54.zip |
bump to LibreSSL 3.2.1libressl-v3.2.0
-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 |