summaryrefslogtreecommitdiff
path: root/src/ARC2.c
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-05-17 13:34:45 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-05-17 13:34:45 -0700
commit160d7f8f9faa1c87d89e559016170320a7635c95 (patch)
tree14964b214b8ab21729e110084e0d44352e93d2b2 /src/ARC2.c
parentd81bf026fed2d62415e1e6a7d41c1527c2b99323 (diff)
downloadpycrypto-160d7f8f9faa1c87d89e559016170320a7635c95.tar.gz
[project @ akuchling-20020517203445-59685659569a91f1]
[project @ 2002-05-17 13:34:45 by akuchling] Include file to fix warning
Diffstat (limited to 'src/ARC2.c')
-rw-r--r--src/ARC2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ARC2.c b/src/ARC2.c
index ee2b0c2..f1292e8 100644
--- a/src/ARC2.c
+++ b/src/ARC2.c
@@ -9,7 +9,8 @@
* country of residence.
*
*/
-
+
+#include <string.h>
#define MODULE_NAME ARC2
#define BLOCK_SIZE 8