- OPENSSL_config is deprecated, removing.

git-svn-id: file:///svn/unbound/trunk@3688 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2016-03-21 11:44:03 +00:00
parent edf80f5e3d
commit 59fd18e8ce
3 changed files with 1 additions and 6 deletions
-3
View File
@@ -564,9 +564,6 @@ main(int argc, char* argv[])
printf("Start of %s unit test.\n", PACKAGE_STRING);
#ifdef HAVE_SSL
ERR_load_crypto_strings();
# ifdef HAVE_OPENSSL_CONFIG
OPENSSL_config("unbound");
# endif
# ifdef USE_GOST
(void)sldns_key_EVP_load_gost_id();
# endif