summaryrefslogtreecommitdiffstats
path: root/doc/man7/evp.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-11 09:33:55 +0100
committerRichard Levitte <levitte@openssl.org>2016-11-11 13:06:43 +0100
commita9c85ceaca37b6b4d7e4c0c13c4b75a95561c2f6 (patch)
tree61ba600fb230d54d2b3bddb67b168d7d198b536f /doc/man7/evp.pod
parentb275f3b6defa2c4416b3385c3514ba36470e7f7c (diff)
Fix referenses in section 7 manuals
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1900)
Diffstat (limited to 'doc/man7/evp.pod')
-rw-r--r--doc/man7/evp.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/evp.pod b/doc/man7/evp.pod
index c930e7d1fe..9c9cbe05a6 100644
--- a/doc/man7/evp.pod
+++ b/doc/man7/evp.pod
@@ -66,7 +66,7 @@ L<B<EVP_Decode>I<...>|EVP_EncodeInit(3)> functions implement base 64 encoding
and decoding.
All the symmetric algorithms (ciphers), digests and asymmetric algorithms
-(public key algorithms) can be replaced by L<engine(3)> modules providing alternative
+(public key algorithms) can be replaced by ENGINE modules providing alternative
implementations. If ENGINE implementations of ciphers or digests are registered
as defaults, then the various EVP functions will automatically use those
implementations automatically in preference to built in software
@@ -100,7 +100,7 @@ L<EVP_PKEY_verify(3)>,
L<EVP_PKEY_verify_recover(3)>,
L<EVP_PKEY_derive(3)>,
L<EVP_BytesToKey(3)>,
-L<engine(3)>
+L<ENGINE_by_id(3)>
=head1 COPYRIGHT