Commit 6b861ade authored by reimar's avatar reimar

Fix rc4 header, #ifndef -> #define


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10733 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a6386a4
......@@ -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