mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
65042182fc
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5035)
12 lines
352 B
Perl
12 lines
352 B
Perl
## -*- 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)",
|
|
}
|
|
);
|