From 1ef7c35782edea8e65610a2d9d6d6d08ea90983c Mon Sep 17 00:00:00 2001 From: bcook <> Date: Fri, 19 Jun 2015 06:05:11 +0000 Subject: 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@ --- src/lib/libcrypto/doc/engine.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/doc') diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 4a6ee59138..578a702371 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod @@ -309,11 +309,11 @@ consideration is whether any/all available ENGINE implementations should be made visible to OpenSSL - this is controlled by calling the various "load" functions, eg. - /* Make the "dynamic" ENGINE available */ - void ENGINE_load_dynamic(void); - ... /* Make ALL ENGINE implementations bundled with OpenSSL available */ - void ENGINE_load_builtin_engines(void); + ENGINE_load_builtin_engines(); + +Note that ENGINE_load_dynamic(void) is a placeholder and does not enable +dynamic engine loading support. Having called any of these functions, ENGINE objects would have been dynamically allocated and populated with these implementations and linked -- cgit v1.2.3-55-g6feb