d650824bb5
Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in JPEG images. ok sturm@
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
$OpenBSD: patch-arc4_c,v 1.1.1.1 2003/07/01 23:14:23 jolan Exp $
|
|
--- arc4.c.orig Mon Jul 16 17:28:15 2001
|
|
+++ arc4.c Sat Jun 28 13:04:51 2003
|
|
@@ -29,6 +29,7 @@
|
|
*/
|
|
|
|
#include <sys/types.h>
|
|
+#include <string.h>
|
|
|
|
#include "config.h"
|
|
|