X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fman7%2Fevp.pod;h=fbc357eb4852d05372a60aa9060f16a571385805;hb=a2d9cfbac5d87b03496d62079aef01c601193b58;hp=c930e7d1fec2d8c621ead8105ecbd40482df90f1;hpb=99d63d4662e16afbeff49f29b48f1c87d5558ed0;p=oweals%2Fopenssl.git diff --git a/doc/man7/evp.pod b/doc/man7/evp.pod index c930e7d1fe..fbc357eb48 100644 --- a/doc/man7/evp.pod +++ b/doc/man7/evp.pod @@ -36,7 +36,7 @@ L. The EVP_PKEY functions support the full range of asymmetric algorithm operations: -=over +=over 4 =item For key agreement see L @@ -66,7 +66,7 @@ LI<...>|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 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, L, L, L, -L +L =head1 COPYRIGHT