From: Pauli Date: Tue, 14 Jul 2020 00:29:56 +0000 (+1000) Subject: Document that ENGINE_add_conf_module() was deprecated. X-Git-Tag: openssl-3.0.0-alpha5~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03445677b900fb9775c6652daa7fe7943d468aa7;p=thirdparty%2Fopenssl.git Document that ENGINE_add_conf_module() was deprecated. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12226) --- diff --git a/doc/man3/OPENSSL_load_builtin_modules.pod b/doc/man3/OPENSSL_load_builtin_modules.pod index 0abbe73f4c8..2ff53ae9d8e 100644 --- a/doc/man3/OPENSSL_load_builtin_modules.pod +++ b/doc/man3/OPENSSL_load_builtin_modules.pod @@ -44,6 +44,10 @@ None of the functions return a value. L, L +=head1 HISTORY + +ENGINE_add_conf_module() was deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.