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_0h~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=48c9c139f498076b72eb723dd967b4169a4ba872;p=oweals%2Fopenssl.git Document OPENSSL_ENGINES environment variable In apps/engine.pod and crypto/ENGINE_add.pod Reviewed-by: Richard Levitte Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4956) (cherry picked from commit c81c38cb2786dd308256c55ce8d5337e6a3f14ce) --- diff --git a/doc/apps/engine.pod b/doc/apps/engine.pod index 5f805c1325..21f9c2ae7a 100644 --- a/doc/apps/engine.pod +++ b/doc/apps/engine.pod @@ -93,6 +93,16 @@ 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 COPYRIGHT Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. diff --git a/doc/crypto/ENGINE_add.pod b/doc/crypto/ENGINE_add.pod index 37384f69b5..37efe4a772 100644 --- a/doc/crypto/ENGINE_add.pod +++ b/doc/crypto/ENGINE_add.pod @@ -589,6 +589,16 @@ 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