links
[openssl.git] / doc / crypto / rc4.pod
index aaab850afdab790d3cf43ccfc78d008099c44883..b6d3a4342caa22f066625d7d4a4dfd6f6c8fa013 100644 (file)
@@ -37,7 +37,8 @@ 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 EVP_EncryptInit(3)
+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