aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_chil_err.c
Commit message (Collapse)AuthorAgeFilesLines
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-72/+69
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Allow the CHIL engine to load even if dynamic locks aren't registered.Geoff Thorpe2008-11-191-1/+0
| | | | Submitted by: Sander Temme
* Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe2005-05-291-0/+161
dynamic loading is consistent with respect to engine ids.