CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2014/05/16 08:24:36

Modified files:
        lib/libcrypto/crypto: Makefile 
        lib/libssl/src/crypto/evp: c_all.c evp.h 
Removed files:
        lib/libssl/src/crypto/evp: evp_acnf.c 

Log message:
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@

Reply via email to