summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_old.c
AgeCommit message (Collapse)Author
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
Provide backwards-compatiblity for functions, macros and include files if OPENSSL_API_COMPAT is either not defined or defined less than the version number of the release in which the feature was deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Matt Caswell <matt@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2005-04-25Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.cBodo Möller
PR: 959
2005-04-22Add prototypes.Ben Laurie
2004-05-15This file implements various functions that have since been redefined asGeoff Thorpe
macros. I'm removing this from the NO_DEPRECATED build.
2004-05-14Reimplement old functions, so older software that link to libcryptoRichard Levitte
don't crash and burn.