Fix rc4 header, #ifndef -> #define

Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2007-10-14 12:08:41 +00:00
parent d02f15476f
commit 3f30c42b61
1 changed files with 1 additions and 1 deletions

View File

@ -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);