Backwards-compatibility subject to OPENSSL_API_COMPAT
authorViktor Dukhovni <openssl-users@dukhovni.org>
Tue, 5 Jan 2016 04:00:33 +0000 (23:00 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 8 Jan 2016 01:53:18 +0000 (20:53 -0500)
commit98186eb4e4aef6262ed6b0f499348defa2c26893
tree38ddc0aea1be4b31a4a48d74dc307ad30288af47
parentcddd424a5bda94e238e4ff06c0efc80cff3b07d1
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>
41 files changed:
CHANGES
Configure
NEWS
crypto/bn/bn_blind.c
crypto/bn/bn_depr.c
crypto/bn/bn_lib.c
crypto/dh/dh_depr.c
crypto/dsa/dsa_depr.c
crypto/err/err.c
crypto/evp/e_old.c
crypto/hmac/hmac.c
crypto/opensslconf.h.in
crypto/rand/md_rand.c
crypto/rand/rand_lib.c
crypto/rsa/rsa_depr.c
crypto/thr_id.c
doc/crypto/BN_BLINDING_new.pod
doc/crypto/BN_generate_prime.pod
doc/crypto/BN_zero.pod
doc/crypto/DH_generate_parameters.pod
doc/crypto/DSA_generate_parameters.pod
doc/crypto/ERR_remove_state.pod
doc/crypto/RAND_bytes.pod
doc/crypto/RSA_generate_key.pod
doc/crypto/err.pod
doc/crypto/hmac.pod
include/openssl/asn1.h
include/openssl/bn.h
include/openssl/crypto.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/ec.h
include/openssl/engine.h
include/openssl/err.h
include/openssl/hmac.h
include/openssl/rand.h
include/openssl/rsa.h
include/openssl/ssl.h
include/openssl/store.h
include/openssl/ui.h
include/openssl/x509.h