[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Thu Jan 4 19:34:24 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via 94b372b4c9e0f5e0fc7785ad8fee347479854009 (commit)
from 24f3a3410e0821b5676d05f4246c3a317afa2f81 (commit)
- Log -----------------------------------------------------------------
commit 94b372b4c9e0f5e0fc7785ad8fee347479854009
Author: Rich Salz <rsalz at openssl.org>
Date: Thu Jan 4 13:02:37 2018 -0500
Remove old config that used non-exist util script
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5016)
(cherry picked from commit b44a65512a4a0a299f8f817b63df472e74a0007a)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 39b89e7..91f083f 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1251,18 +1251,6 @@ sub vms_info {
thread_scheme => "(unknown)",
},
-# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
-# You need to compile using the c89.sh wrapper in the tools directory, because the
-# IBM compiler does not like the -L switch after any object modules.
-#
- "OS390-Unix" => {
- inherit_from => [ "BASE_unix" ],
- cc => "c89.sh",
- cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOURCE",
- bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
- thread_scheme => "(unknown)",
- },
-
#### Visual C targets
#
# Win64 targets, WIN64I denotes IA-64 and WIN64A - AMD64
More information about the openssl-commits
mailing list