diff options
Diffstat (limited to 'security/stegdetect/files/patch-stegdetect.c')
-rw-r--r-- | security/stegdetect/files/patch-stegdetect.c | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/security/stegdetect/files/patch-stegdetect.c b/security/stegdetect/files/patch-stegdetect.c deleted file mode 100644 index 921c7d6357b3..000000000000 --- a/security/stegdetect/files/patch-stegdetect.c +++ /dev/null @@ -1,37 +0,0 @@ ---- stegdetect.c.orig 2004-09-03 04:01:35 UTC -+++ stegdetect.c -@@ -78,7 +78,6 @@ char *progname; - float DCThist[257]; - float scale = 1; /* Sensitivity scaling */ - --static int debug = 0; - static int quiet = 0; - static int ispositive = 0; /* Current images contain stego */ - static char *transformname; /* Current transform name */ -@@ -1227,7 +1226,7 @@ detect(char *filename, int scans) - strlcat(outbuf, quality(tmp, stars), sizeof(outbuf)); - flag = 1; - } -- no_f5: -+ no_f5:; - a_wasted_var = 0; - } - -@@ -1267,7 +1266,7 @@ detect(char *filename, int scans) - strlcat(outbuf, tmp, sizeof(outbuf)); - } - -- no_invisiblesecrets: -+ no_invisiblesecrets:; - a_wasted_var = 0; - } - -@@ -1332,7 +1331,7 @@ detect(char *filename, int scans) - } - - free(dcts); -- jsteg_error: -+ jsteg_error:; - a_wasted_var = 0; - } - |