diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-02-09 22:46:32 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-02-09 22:46:32 -0700 |
commit | 8781af1dfc9fdc1fbc08b281cc418bee8dde604d (patch) | |
tree | c252c33b49b9d1d9f2d4b783095e5b2adac863da /libressl | |
parent | 58e78a3c43f352b3ac1e2e133c0b41930e38cedb (diff) | |
download | alpine-8781af1dfc9fdc1fbc08b281cc418bee8dde604d.tar.xz |
* Creation of port wxp to build Alpine in Windows XP. At the time
of this writing, the port w32 is the same as the port wxp, but it
is intended to target other 32 bit operating systems.
Diffstat (limited to 'libressl')
-rw-r--r-- | libressl/x86/README | 6 | ||||
-rw-r--r--[-rwxr-xr-x] | libressl/x86/w32/libcrypto-41.lib (renamed from libressl/x86/libcrypto-41.lib) | bin | 784894 -> 784894 bytes | |||
-rw-r--r--[-rwxr-xr-x] | libressl/x86/w32/libssl-43.lib (renamed from libressl/x86/libssl-43.lib) | bin | 62960 -> 62960 bytes | |||
-rw-r--r--[-rwxr-xr-x] | libressl/x86/w32/libtls-15.lib (renamed from libressl/x86/libtls-15.lib) | bin | 20746 -> 20746 bytes | |||
-rw-r--r-- | libressl/x86/wnt/libcrypto-45.lib (renamed from libressl/x86/libcrypto-45.lib) | bin | 838006 -> 838006 bytes | |||
-rw-r--r-- | libressl/x86/wnt/libssl-47.lib (renamed from libressl/x86/libssl-47.lib) | bin | 75200 -> 75200 bytes | |||
-rw-r--r-- | libressl/x86/wnt/libtls-19.lib (renamed from libressl/x86/libtls-19.lib) | bin | 23172 -> 23172 bytes | |||
-rw-r--r-- | libressl/x86/wxp/libcrypto-41.lib | bin | 0 -> 784894 bytes | |||
-rw-r--r-- | libressl/x86/wxp/libssl-43.lib | bin | 0 -> 62960 bytes | |||
-rw-r--r-- | libressl/x86/wxp/libtls-15.lib | bin | 0 -> 20746 bytes |
10 files changed, 6 insertions, 0 deletions
diff --git a/libressl/x86/README b/libressl/x86/README new file mode 100644 index 00000000..2bde1fab --- /dev/null +++ b/libressl/x86/README @@ -0,0 +1,6 @@ +This directory is populated by the build.bat script. + +* wxp comes from libressl, and can run 32 bits version in Alpine. +* w32 is equal to wxp, but it is intended to be different from it, + and useful for other 32 bits operating systems +* wnt was compiled with cygwin 64 bits. diff --git a/libressl/x86/libcrypto-41.lib b/libressl/x86/w32/libcrypto-41.lib Binary files differindex b85bfdfa..b85bfdfa 100755..100644 --- a/libressl/x86/libcrypto-41.lib +++ b/libressl/x86/w32/libcrypto-41.lib diff --git a/libressl/x86/libssl-43.lib b/libressl/x86/w32/libssl-43.lib Binary files differindex e1c673bc..e1c673bc 100755..100644 --- a/libressl/x86/libssl-43.lib +++ b/libressl/x86/w32/libssl-43.lib diff --git a/libressl/x86/libtls-15.lib b/libressl/x86/w32/libtls-15.lib Binary files differindex 216745dd..216745dd 100755..100644 --- a/libressl/x86/libtls-15.lib +++ b/libressl/x86/w32/libtls-15.lib diff --git a/libressl/x86/libcrypto-45.lib b/libressl/x86/wnt/libcrypto-45.lib Binary files differindex 2dce3dee..2dce3dee 100644 --- a/libressl/x86/libcrypto-45.lib +++ b/libressl/x86/wnt/libcrypto-45.lib diff --git a/libressl/x86/libssl-47.lib b/libressl/x86/wnt/libssl-47.lib Binary files differindex 495816bf..495816bf 100644 --- a/libressl/x86/libssl-47.lib +++ b/libressl/x86/wnt/libssl-47.lib diff --git a/libressl/x86/libtls-19.lib b/libressl/x86/wnt/libtls-19.lib Binary files differindex 074b947b..074b947b 100644 --- a/libressl/x86/libtls-19.lib +++ b/libressl/x86/wnt/libtls-19.lib diff --git a/libressl/x86/wxp/libcrypto-41.lib b/libressl/x86/wxp/libcrypto-41.lib Binary files differnew file mode 100644 index 00000000..b85bfdfa --- /dev/null +++ b/libressl/x86/wxp/libcrypto-41.lib diff --git a/libressl/x86/wxp/libssl-43.lib b/libressl/x86/wxp/libssl-43.lib Binary files differnew file mode 100644 index 00000000..e1c673bc --- /dev/null +++ b/libressl/x86/wxp/libssl-43.lib diff --git a/libressl/x86/wxp/libtls-15.lib b/libressl/x86/wxp/libtls-15.lib Binary files differnew file mode 100644 index 00000000..216745dd --- /dev/null +++ b/libressl/x86/wxp/libtls-15.lib |