engine: document the engine app as deprecated

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12226)
This commit is contained in:
Pauli 2020-06-25 11:20:49 +10:00 committed by Richard Levitte
parent 0a684b09d8
commit 699caa18d5

View File

@ -22,6 +22,8 @@ B<openssl engine>
=head1 DESCRIPTION
This command has been deprecated. Providers should be used instead of engines.
This command is used to query the status and capabilities
of the specified I<engine>s.
Engines may be specified before and after all other command-line flags.
@ -114,6 +116,10 @@ The path to the engines directory.
L<openssl(1)>,
L<config(5)>
=head1 HISTORY
This command was deprecated in OpenSSL 3.0.
=head1 COPYRIGHT
Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.