diff options
| author | bcook <> | 2021-03-07 08:53:10 +0000 |
|---|---|---|
| committer | bcook <> | 2021-03-07 08:53:10 +0000 |
| commit | 5d1211e1f4cfa48cae722c04f2fdcc5a40a65a58 (patch) | |
| tree | be876b49535c28c801b774077290364124f81f17 /src | |
| parent | f5426b4d7094134db5fd6e73205be0b5e7b0babd (diff) | |
| download | openbsd-5d1211e1f4cfa48cae722c04f2fdcc5a40a65a58.tar.gz openbsd-5d1211e1f4cfa48cae722c04f2fdcc5a40a65a58.tar.bz2 openbsd-5d1211e1f4cfa48cae722c04f2fdcc5a40a65a58.zip | |
LibreSSL 3.3.2
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 133a84c204..6a295c342c 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.63 2020/12/08 17:39:06 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.64 2021/03/07 08:53:10 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 0x3030100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3030200fL |
| 7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
| 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.1" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.2" |
| 9 | 9 | ||
| 10 | /* These will never change */ | 10 | /* These will never change */ |
| 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
