X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2Frc4.pod;h=b6d3a4342caa22f066625d7d4a4dfd6f6c8fa013;hb=7f1120994eb93529bfb7f52f6d0766db52f24d4d;hp=e380045dbf2f63004811ffb28f1db3b78298bf56;hpb=c236e66d628ec4a7d24612dd5c94c35c6b170af8;p=oweals%2Fopenssl.git diff --git a/doc/crypto/rc4.pod b/doc/crypto/rc4.pod index e380045dbf..b6d3a4342c 100644 --- a/doc/crypto/rc4.pod +++ b/doc/crypto/rc4.pod @@ -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 +etc. instead of calling the RC4 functions directly. + =head1 RETURN VALUES RC4_set_key() and RC4() do not return values.