[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Nov 10 13:26:49 UTC 2018
The branch master has been updated
via 65042182fcafbd4c0dd8fdabaefdf1fd38dc6287 (commit)
from d896b79b0994a35ecfd1c8e729d348d67236150e (commit)
- Log -----------------------------------------------------------------
commit 65042182fcafbd4c0dd8fdabaefdf1fd38dc6287
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Jan 8 13:29:45 2018 +0100
Recreate the OS390-Unix config target
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5035)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 ++++
Configurations/50-os390.conf | 11 +++++++++++
2 files changed, 15 insertions(+)
create mode 100644 Configurations/50-os390.conf
diff --git a/CHANGES b/CHANGES
index 163dd98..df6e6b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.1 and 1.1.2 [xx XXX xxxx]
+ *) Recreate the OS390-Unix config target. It no longer relies on a
+ special script like it did for OpenSSL pre-1.1.0.
+ [Richard Levitte]
+
*) Instead of having the source directories listed in Configure, add
a 'build.info' keyword SUBDIRS to indicate what sub-directories to
look into.
diff --git a/Configurations/50-os390.conf b/Configurations/50-os390.conf
new file mode 100644
index 0000000..6e86cb6
--- /dev/null
+++ b/Configurations/50-os390.conf
@@ -0,0 +1,11 @@
+## -*- mode: perl; -*-
+(
+# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
+ "OS390-Unix" => {
+ inherit_from => [ "BASE_unix" ],
+ cc => "cc",
+ cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
+ bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
+ thread_scheme => "(unknown)",
+ }
+);
More information about the openssl-commits
mailing list