Update source files for pre-3.0 deprecation
authorRichard Levitte <levitte@openssl.org>
Tue, 5 Nov 2019 16:34:09 +0000 (17:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Nov 2019 10:37:25 +0000 (11:37 +0100)
commit00db8c60aaecd2ff9b0a5d9fd10c7771a1e1a73e
tree55a6f88db1ff6e53c4fdcf17b074672ff64e9263
parent936c2b9e933eacae80d3489e5f7316589f3e9a07
Update source files for pre-3.0 deprecation

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10364)
43 files changed:
crypto/asn1/asn1_lib.c
crypto/bio/b_sock.c
crypto/bn/bn_depr.c
crypto/bn/bn_lib.c
crypto/conf/conf_sap.c
crypto/dh/dh_depr.c
crypto/dsa/dsa_depr.c
crypto/engine/eng_all.c
crypto/err/err.c
crypto/evp/e_old.c
crypto/hmac/hmac.c
crypto/pkcs12/p12_sbag.c
crypto/rand/rand_lib.c
crypto/rand/rand_win.c
crypto/rsa/rsa_depr.c
crypto/srp/srp_vfy.c
crypto/x509/x509_d2.c
crypto/x509/x509cset.c
include/openssl/bio.h
include/openssl/bn.h
include/openssl/comp.h
include/openssl/conf.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/evp.h
include/openssl/idea.h
include/openssl/lhash.h
include/openssl/objects.h
include/openssl/pkcs12.h
include/openssl/rand.h
include/openssl/rsa.h
include/openssl/ssl.h
include/openssl/stack.h
include/openssl/ui.h
include/openssl/x509.h
include/openssl/x509_vfy.h
include/openssl/x509v3.h
ssl/methods.c
ssl/ssl_lib.c