Fix no-dh and no-dsa
[openssl.git] / doc / man3 / EVP_EncryptInit.pod
index a903318f74b8a8ea9e941dabe8e99050c2356d3f..db578e506aeb3967fce47540a39436347650d38c 100644 (file)
@@ -409,8 +409,8 @@ The ChaCha20 stream cipher. The key length is 256 bits, the IV is 96 bits long.
 
 Authenticated encryption with ChaCha20-Poly1305. Like EVP_chacha20() the key is
 256 bits and the IV is 96 bits. This supports additional authenticated
-data (AAD) and produces a 128 bit authentication tag. The L</GCM and OCB modes>
-section below applies.
+data (AAD) and produces a 128 bit authentication tag. See the
+L</GCM and OCB Modes> section for more information.
 
 =back