diff options
author | ache <ache@FreeBSD.org> | 2002-05-08 17:43:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-05-08 17:43:25 +0800 |
commit | 5d2250b7b07ca6fb74f127c22ad2830ee30dadb9 (patch) | |
tree | c011ab130738798f6f1fa841a6ac535eec74b872 /security/authforce/files/patch-ac | |
parent | 3e1221af91d9186e7f64038c1f1cb9ad985ab870 (diff) | |
download | freebsd-ports-graphics-5d2250b7b07ca6fb74f127c22ad2830ee30dadb9.tar.gz freebsd-ports-graphics-5d2250b7b07ca6fb74f127c22ad2830ee30dadb9.tar.zst freebsd-ports-graphics-5d2250b7b07ca6fb74f127c22ad2830ee30dadb9.zip |
Authforce is an HTTP authentication brute forcer.
Diffstat (limited to 'security/authforce/files/patch-ac')
-rw-r--r-- | security/authforce/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/authforce/files/patch-ac b/security/authforce/files/patch-ac new file mode 100644 index 00000000000..79ed9771844 --- /dev/null +++ b/security/authforce/files/patch-ac @@ -0,0 +1,10 @@ +--- src/misc.c.bak Wed Feb 14 01:54:53 2001 ++++ src/misc.c Wed May 8 12:34:16 2002 +@@ -3,7 +3,6 @@ + #include <config.h> + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + #include <string.h> + #include <ctype.h> + #ifdef MEMWATCH |