CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/06/19 00:05:11
Modified files:
lib/libcrypto/crypto/arch/alpha: opensslconf.h
lib/libcrypto/crypto/arch/amd64: opensslconf.h
lib/libcrypto/crypto/arch/arm: opensslconf.h
lib/libcrypto/crypto/arch/hppa: opensslconf.h
lib/libcrypto/crypto/arch/hppa64: opensslconf.h
lib/libcrypto/crypto/arch/i386: opensslconf.h
lib/libcrypto/crypto/arch/m88k: opensslconf.h
lib/libcrypto/crypto/arch/mips64: opensslconf.h
lib/libcrypto/crypto/arch/powerpc: opensslconf.h
lib/libcrypto/crypto/arch/sh: opensslconf.h
lib/libcrypto/crypto/arch/sparc: opensslconf.h
lib/libcrypto/crypto/arch/sparc64: opensslconf.h
lib/libcrypto/crypto/arch/vax: opensslconf.h
lib/libssl/src/crypto/engine: eng_all.c eng_dyn.c eng_list.c
lib/libssl/src/doc/crypto: engine.pod
Log message:
Disable ENGINE_load_dynamic (dynamic engine support).
We do not build, test or ship any dynamic engines, so we can remove the dynamic
engine loader as well. This leaves a stub initialization function in its place.
ok beck@, reyk@, miod@