summaryrefslogtreecommitdiffstats
path: root/crypto/ebcdic.c
AgeCommit message (Collapse)Author
2015-04-04Appease clang -Wempty-translation-unitRichard Levitte
ebcdic.c:284:7: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit] ^ 1 warning generated. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Further comment changes for reformat (master)Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2003-10-29Oops, this file already had the "empty source file" workaround but itGeoff Thorpe
requires -DPEDANTIC and was hidden at the bottom of the file. This moves it to the top and removes the redundant declaration.
2003-10-29Avoid "empty source file" warnings.Geoff Thorpe
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte
2002-02-20Instead of just checking for OpenVMS, check if DEC C is used, since it's asRichard Levitte
picky on all platforms
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
2000-02-01EBCDIC support.Ulf Möller
Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>