Remove structures that are no longer used.
[openssl.git] / doc / crypto / rc4.pod
index e380045dbf2f63004811ffb28f1db3b78298bf56..aaab850afdab790d3cf43ccfc78d008099c44883 100644 (file)
@@ -37,6 +37,9 @@ 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)
+etc. instead of calling the RC4 functions directly.
+
 =head1 RETURN VALUES
 
 RC4_set_key() and RC4() do not return values.