summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-11-10 18:15:36 +0000
committertb <>2022-11-10 18:15:36 +0000
commita8f11bc7525ec4206559cc7f81ff62aa956cfa56 (patch)
tree8264f46e3337a5d59b678537f2908158a3e2c26b
parent3fbacf810de490214fc4dba0b34a532906eadfac (diff)
downloadopenbsd-a8f11bc7525ec4206559cc7f81ff62aa956cfa56.tar.gz
openbsd-a8f11bc7525ec4206559cc7f81ff62aa956cfa56.tar.bz2
openbsd-a8f11bc7525ec4206559cc7f81ff62aa956cfa56.zip
Bump LibreSSL version to 3.7
-rw-r--r--src/lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index 06204c5528..e07facdb7d 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
1/* $OpenBSD: opensslv.h,v 1.70 2022/07/04 12:31:55 tb Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.71 2022/11/10 18:15:36 tb 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 0x3060000fL 6#define LIBRESSL_VERSION_NUMBER 0x3070000fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.0" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.7.0"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L