summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2021-05-01 14:15:58 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2021-05-01 14:15:58 +0000
commit6e631620950dd9a1a518e2804efec44dfa33dc7d (patch)
treeee7577f9786ca76f99e20f2689784f88ec22516a
parentccf03ef7d3d326f20b1fd22d9b88e84ee30fe04e (diff)
bump to LibreSSL 3.4.0 in -current
-rw-r--r--lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h
index 6a295c342cf..b07e67d3073 100644
--- a/lib/libcrypto/opensslv.h
+++ b/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
-/* $OpenBSD: opensslv.h,v 1.64 2021/03/07 08:53:10 bcook Exp $ */
+/* $OpenBSD: opensslv.h,v 1.65 2021/05/01 14:15:57 bcook Exp $ */
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
-#define LIBRESSL_VERSION_NUMBER 0x3030200fL
+#define LIBRESSL_VERSION_NUMBER 0x3040000fL
/* ^ Patch starts here */
-#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.2"
+#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.0"
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L