aboutsummaryrefslogtreecommitdiff
path: root/patches/opensslv.h
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-09-30 08:54:02 -0500
committerBrent Cook <busterb@gmail.com>2025-09-30 08:57:56 -0500
commitc8426720240038a82490172e3667436d49865533 (patch)
treed042c046c533add8de58c0bc78519060a598880c /patches/opensslv.h
parenta9ec775c091626f372b5129169d674372fe16ed8 (diff)
downloadportable-4.1.1.tar.gz
portable-4.1.1.tar.bz2
portable-4.1.1.zip
Security release, update to 4.1.1v4.1.1
Diffstat (limited to 'patches/opensslv.h')
-rw-r--r--patches/opensslv.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/opensslv.h b/patches/opensslv.h
new file mode 100644
index 0000000..1cf8f37
--- /dev/null
+++ b/patches/opensslv.h
@@ -0,0 +1,18 @@
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 0x4010100fL
7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 4.1.1"
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 */