]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Recreate the OS390-Unix config target
authorRichard Levitte <levitte@openssl.org>
Mon, 8 Jan 2018 12:29:45 +0000 (13:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Nov 2018 13:26:40 +0000 (14:26 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5035)

CHANGES
Configurations/50-os390.conf [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 163dd9889c6a4d1fa5d539dc284c7e64669321cd..df6e6b1abcaf9cdf7bd643d0ec7575d71ca0f999 100644 (file)
--- 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 (file)
index 0000000..6e86cb6
--- /dev/null
@@ -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)",
+    }
+);