Commit 3f30c42b authored by Reimar Döffinger's avatar Reimar Döffinger

Fix rc4 header, #ifndef -> #define

Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d02f1547
......@@ -19,7 +19,7 @@
*/
#ifndef RC4_H
#ifndef RC4_H
#define RC4_H
void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment