aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ebcdic.c
Commit message (Collapse)AuthorAgeFilesLines
* Appease clang -Wempty-translation-unitRichard Levitte2015-04-041-1/+1
| | | | | | | | | 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>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-139/+201
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Oops, this file already had the "empty source file" workaround but itGeoff Thorpe2003-10-291-6/+7
| | | | | requires -DPEDANTIC and was hidden at the bottom of the file. This moves it to the top and removes the redundant declaration.
* Avoid "empty source file" warnings.Geoff Thorpe2003-10-291-0/+2
|
* The default C compiler on MacOS X doesn't like empty object filesRichard Levitte2002-07-161-2/+2
|
* Instead of just checking for OpenVMS, check if DEC C is used, since it's asRichard Levitte2002-02-201-1/+1
| | | | picky on all platforms
* DEC C on VMS is pedantic by definition.Richard Levitte2001-02-201-1/+2
|
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-1/+5
| | | | | | | | Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
* EBCDIC support.Ulf Möller2000-02-011-0/+213
Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>