diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-19 01:23:34 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-19 01:23:34 -0700 |
commit | 082202c409cab376f0f0623635dc19e8468baafc (patch) | |
tree | ec14202aed02a871280421eb554c46465a2e45a8 /libressl/include/openssl/opensslv.h | |
parent | 16b49fa63ad28aab44cde5096a706e6cc7520b1f (diff) | |
download | alpine-082202c409cab376f0f0623635dc19e8468baafc.tar.xz |
* Creating w32 port for compilation of Alpine. This is intended for old
machines that cannot be updated. Long story short: Always use the
command "build wnt" to build Alpine. If that does not work, try
"build w32", which is for machines that are too old and do not have
any way to use modern encryption protocols such as TLSv1.2.
The version of Alpine built in modern machines will be called
alpine.exe, and the binary built with the port w32 will be called
alpine32 in the repository. All other binaries can be downloaded from
the main web site, and they will not have the suffix "32" there.
Diffstat (limited to 'libressl/include/openssl/opensslv.h')
-rw-r--r-- | libressl/include/openssl/opensslv.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libressl/include/openssl/opensslv.h b/libressl/include/openssl/opensslv.h deleted file mode 100644 index a32b0b25..00000000 --- a/libressl/include/openssl/opensslv.h +++ /dev/null @@ -1,18 +0,0 @@ -/* $OpenBSD: opensslv.h,v 1.55 2019/10/10 14:29:20 bcook Exp $ */ -#ifndef HEADER_OPENSSLV_H -#define HEADER_OPENSSLV_H - -/* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3000200fL -/* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2" - -/* These will never change */ -#define OPENSSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT -#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT - -#define SHLIB_VERSION_HISTORY "" -#define SHLIB_VERSION_NUMBER "1.0.0" - -#endif /* HEADER_OPENSSLV_H */ |