Include string.h in arcfour's MD5 implementation, since it uses memset().
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@290 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/* MD5 Message Digest algorithm */
|
/* MD5 Message Digest algorithm */
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
|
|
||||||
/* Prototypes */
|
/* Prototypes */
|
||||||
|
|||||||
Reference in New Issue
Block a user