When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,
authorjsing <jsing@openbsd.org>
Fri, 16 May 2014 14:24:36 +0000 (14:24 +0000)
committerjsing <jsing@openbsd.org>
Fri, 16 May 2014 14:24:36 +0000 (14:24 +0000)
commit0ba5355dcc5becbd625603af7fdb872596b6b289
treea577345ba164991772ffedb0962ea5aa719e88f4
parent1b320b9ce191429638f1889d0e76c6efdd562d7a
When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,
more #ifdefs and a new source file that contains a single function.

Nuke the #if 0 code that is now a macro and move the single function in
evp_acnf.c to c_all.c, which is where the other code lives. While here,
tidy evp.h slightly, remove an unnecessary #ifdef __OpenBSD__ and nuke
a comment that is now a lie.

ok miod@
lib/libcrypto/crypto/Makefile
lib/libcrypto/evp/c_all.c
lib/libcrypto/evp/evp.h
lib/libcrypto/evp/evp_acnf.c [deleted file]
lib/libssl/src/crypto/evp/c_all.c
lib/libssl/src/crypto/evp/evp.h
lib/libssl/src/crypto/evp/evp_acnf.c [deleted file]