aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2020-12-08 11:31:29 -0600
committerBrent Cook <busterb@gmail.com>2020-12-08 11:31:29 -0600
commit8965c0c0aff89de94110cb05a99c7aaf1233707f (patch)
treef808bf52f7aac9bcfa884fb538d7640c778d1abe
parent13dd2db32b1e6fe5873f895bbf3c6c305fff30b2 (diff)
downloadportable-3.2.3.tar.gz
portable-3.2.3.tar.bz2
portable-3.2.3.zip
LibreSSL 3.2.3v3.2.3
-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..c7bf845
--- /dev/null
+++ b/patches/opensslv.h
@@ -0,0 +1,18 @@
1/* $OpenBSD: opensslv.h,v 1.61 2020/09/25 11:31:39 bcook 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 0x3020300fL
7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.3"
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 */