diff options
author | Richard Levitte <levitte@openssl.org> | 2018-01-08 13:29:45 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-10 14:26:40 +0100 |
commit | 65042182fcafbd4c0dd8fdabaefdf1fd38dc6287 (patch) | |
tree | 881ef0f7b742d20e08dc6b289efa572b3f110ae8 /Configurations/50-os390.conf | |
parent | Check return value of EVP_PKEY_new (diff) | |
download | openssl-65042182fcafbd4c0dd8fdabaefdf1fd38dc6287.tar.xz openssl-65042182fcafbd4c0dd8fdabaefdf1fd38dc6287.zip |
Recreate the OS390-Unix config target
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5035)
Diffstat (limited to 'Configurations/50-os390.conf')
-rw-r--r-- | Configurations/50-os390.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Configurations/50-os390.conf b/Configurations/50-os390.conf new file mode 100644 index 0000000000..6e86cb64fe --- /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)", + } +); |