summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorbcook <>2022-03-15 21:15:08 +0000
committerbcook <>2022-03-15 21:15:08 +0000
commit1b0429300cb517f65614cbebf1023e342f8715f5 (patch)
treeb5d08cb35d4a43cc8ffd916fa5868bd0396f80e9 /src/lib
parent5c69ef1ad7758c56d0b7c06eb4a69de28a79dc86 (diff)
downloadopenbsd-1b0429300cb517f65614cbebf1023e342f8715f5.tar.gz
openbsd-1b0429300cb517f65614cbebf1023e342f8715f5.tar.bz2
openbsd-1b0429300cb517f65614cbebf1023e342f8715f5.zip
LibreSSL 3.5.2
Diffstat (limited to 'src/lib')
-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 9e38acf0c1..1cafae6b51 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
1/* $OpenBSD: opensslv.h,v 1.68 2022/03/07 04:11:24 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.69 2022/03/15 21:15:08 bcook 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 0x3050100fL 6#define LIBRESSL_VERSION_NUMBER 0x3050200fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.1" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.2"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L