From: Patrick Steuer Date: Mon, 8 Jan 2018 18:42:32 +0000 (-0500) Subject: Document OPENSSL_ENGINES environment variable X-Git-Tag: OpenSSL_1_1_1-pre1~209 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c81c38cb2786dd308256c55ce8d5337e6a3f14ce;hp=1a49ff5a4ff290b988cd898b41c8504749a468fc Document OPENSSL_ENGINES environment variable In man1/engine.pod and man3/ENGINE_add.pod Reviewed-by: Richard Levitte Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4956) --- diff --git a/doc/man1/engine.pod b/doc/man1/engine.pod index 506c9175b8..1c963392d9 100644 --- a/doc/man1/engine.pod +++ b/doc/man1/engine.pod @@ -93,6 +93,20 @@ To list the capabilities of the I engine: [RSA] (dynamic) Dynamic engine loading support +=head1 ENVIRONMENT + +=over 4 + +=item B + +The path to the engines directory. + +=back + +=head1 SEE ALSO + +L + =head1 COPYRIGHT Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. diff --git a/doc/man3/ENGINE_add.pod b/doc/man3/ENGINE_add.pod index bac325f6de..8f5355d6a9 100644 --- a/doc/man3/ENGINE_add.pod +++ b/doc/man3/ENGINE_add.pod @@ -561,9 +561,20 @@ might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" - and ENGINE could therefore decide whether or not to support this "foo"-specific extension). +=head1 ENVIRONMENT + +=over 4 + +=item B + +The path to the engines directory. + +=back + =head1 SEE ALSO -L, L, L, L, L +L, L, L, L, +L, L =head1 HISTORY