diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-09-15 17:14:27 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-09-15 17:14:27 +0000 |
commit | 3f20a26808d97d87f66f2edc04ce023ca540658f (patch) | |
tree | cd5bf2fa527c17b7fac5651e6b867d49ad7af023 /lib/libcrypto | |
parent | 332149a9028b7c3a3a68197a58462bc5c8694000 (diff) |
bump to LibreSSL 3.4.1
Diffstat (limited to 'lib/libcrypto')
-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 b07e67d3073..4adc3bf8a72 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.65 2021/05/01 14:15:57 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.66 2021/09/15 17:14:26 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3040000fL +#define LIBRESSL_VERSION_NUMBER 0x3040100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |