After auto init, check that the deprecated functions exist before using
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 22:27:28 +0000 (23:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 22:56:50 +0000 (23:56 +0100)
commite3e6a72ec800cd112e42ec654cfb9d715c544eb0
tree48820dbd40e78958b8a6cfabd836ab3a5d4e248c
parentfe072ed77cd80a73cfc0d25ff3f18753dc054207
After auto init, check that the deprecated functions exist before using

The functions that have been deprecated by the auto init changes are
now guarded with deprecation checks, so it's fairly easy to see if
they can be used.

In test/dtlsv1listentest, we simply remove all init and cleanup code,
as they are call automatically when needed.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/engine/eng_all.c
test/dtlsv1listentest.c