summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
committercvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
commiteb8dd9dca1228af0cd132f515509051ecfabf6f6 (patch)
treeedb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libcrypto/opensslv.h
parent247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (diff)
downloadopenbsd-tb_20250414.tar.gz
openbsd-tb_20250414.tar.bz2
openbsd-tb_20250414.zip
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to 'src/lib/libcrypto/opensslv.h')
-rw-r--r--src/lib/libcrypto/opensslv.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
deleted file mode 100644
index bf06db8bce..0000000000
--- a/src/lib/libcrypto/opensslv.h
+++ /dev/null
@@ -1,18 +0,0 @@
1/* $OpenBSD: opensslv.h,v 1.80 2025/03/09 15:49:18 tb Exp $ */
2#ifndef HEADER_OPENSSLV_H
3#define HEADER_OPENSSLV_H
4
5/* These will change with each release of LibreSSL-portable */
6#define LIBRESSL_VERSION_NUMBER 0x4010000fL
7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 4.1.0"
9
10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L
12#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
13#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
14
15#define SHLIB_VERSION_HISTORY ""
16#define SHLIB_VERSION_NUMBER "1.0.0"
17
18#endif /* HEADER_OPENSSLV_H */