commit | 98186eb4e4aef6262ed6b0f499348defa2c26893 | [log] [tgz] |
---|---|---|
author | Viktor Dukhovni <openssl-users@dukhovni.org> | Mon Jan 04 23:00:33 2016 -0500 |
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | Thu Jan 07 20:53:18 2016 -0500 |
tree | 38ddc0aea1be4b31a4a48d74dc307ad30288af47 | |
parent | cddd424a5bda94e238e4ff06c0efc80cff3b07d1 [diff] |
Backwards-compatibility subject to OPENSSL_API_COMPAT 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>