diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:53:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:53:31 +0000 |
commit | 90f7d0b1078d4f30181352d7ba34ee34f9cd67ee (patch) | |
tree | 94162c00aad258d931c78ad292133557293de922 | |
parent | fe9149a74c17baace3b26afb346bfabe2deb3ab5 (diff) |
Crank libressl version to 3.9.0 (finally!)
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index d7ce60fd303..c6603655e53 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.77 2023/09/20 11:42:25 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.78 2024/03/02 11:53:30 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3080200fL +#define LIBRESSL_VERSION_NUMBER 0x3090000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.9.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |