Fix POD errors to stop make install_docs dying with pod2man 2.5.0+
[openssl.git] / doc / crypto / rc4.pod
index e380045dbf2f63004811ffb28f1db3b78298bf56..b6d3a4342caa22f066625d7d4a4dfd6f6c8fa013 100644 (file)
@@ -37,6 +37,10 @@ Since RC4 is a stream cipher (the input is XORed with a pseudo-random
 key stream to produce the output), decryption uses the same function
 calls as encryption.
 
+Applications should use the higher level functions
+L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>
+etc. instead of calling the RC4 functions directly.
+
 =head1 RETURN VALUES
 
 RC4_set_key() and RC4() do not return values.