aboutsummaryrefslogtreecommitdiff
path: root/crypto/ebcdic.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 05/10Rich Salz1-0/+8
2016-04-29Add the ability to test EBCDIC buildsMatt Caswell1-1/+79
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell1-1/+1
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-7/+4
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-04-04Appease clang -Wempty-translation-unitRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-139/+201
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+2
2003-10-29Oops, this file already had the "empty source file" workaround but itGeoff Thorpe1-6/+7
2003-10-29Avoid "empty source file" warnings.Geoff Thorpe1-0/+2
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte1-2/+2
2002-02-20Instead of just checking for OpenVMS, check if DEC C is used, since it's asRichard Levitte1-1/+1
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte1-1/+2
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson1-1/+5
2000-02-01EBCDIC support.Ulf Möller1-0/+213