aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/tb_cipher.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-62/+62
Reviewed-by: Tim Hudson <tjh@openssl.org>
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-2/+0
tree. This further reduces header interdependencies, and makes some associated cleanups.
2002-12-13The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe1-2/+2
warnings. Reported by: Bernhard Simon.
2001-10-08Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe1-1/+1
2001-09-25This change adds cipher and digest support into ENGINE using theGeoff Thorpe1-0/+145
ENGING_TABLE mechanism. The necessary hooks from crypto/evp/ to use this will be committed shortly.