dockerfile/examples/openssl/openssl-3.2.1-src/Configurations/50-os390.conf

12 lines
352 B
Plaintext
Raw Normal View History

2024-03-22 14:58:37 +08:00
## -*- 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)",
}
);