diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-31 10:52:44 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-31 10:52:44 +0000 |
commit | c50b31a4e502a4b7cab933708648932099e53452 (patch) | |
tree | 22ff3e00fc45017cd7637155049667aaa5dab71f | |
parent | 53b6a058dd30ee3a480cd2d425e7fc1f82557a9e (diff) |
Bump LIBRESSL_VERSION_NUMBER
-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 c6603655e53..82d8bbb1f76 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.78 2024/03/02 11:53:30 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.79 2024/08/31 10:52:43 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3090000fL +#define LIBRESSL_VERSION_NUMBER 0x4000000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.9.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 4.0.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |