aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ebcdic.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-26/+0
| | | | | | | | | | | | | Rather than making include/openssl/foo.h a symlink to crypto/foo/foo.h, this change moves the file to include/openssl/foo.h once and for all. Likewise, move crypto/foo/footest.c to test/footest.c, instead of symlinking it there. Originally-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-6/+6
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT2308: Add extern "C" { ... } wrapperRich Salz2014-08-271-0/+7
| | | | | | | | Add the wrapper to all public header files (Configure generates one). Don't bother for those that are just lists of #define's that do renaming. Reviewed-by: Tim Hudson <tjh@openssl.org>
* EBCDIC support.Ulf Möller2000-02-011-6/+8
| | | | Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+17
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>