53bc5f756c
Amap is a next-generation scanning tool, which identifies applications and services even if they are not listening on the default port by creating a bogus-communication and analyzing the responses. From Alexandre Anriot <aanriot@atlantilde.com>
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
$OpenBSD: patch-amap-inc_h,v 1.1.1.1 2005/05/09 20:35:41 alek Exp $
|
|
--- amap-inc.h.orig Sat May 7 11:44:27 2005
|
|
+++ amap-inc.h Sat May 7 11:44:51 2005
|
|
@@ -20,7 +20,7 @@
|
|
#include <errno.h>
|
|
#include <sys/resource.h>
|
|
#include <sys/wait.h>
|
|
-#include "pcre-3.9/pcre.h"
|
|
+#include <pcre.h>
|
|
#ifdef OPENSSL
|
|
#include <openssl/ssl.h>
|
|
#include <openssl/err.h>
|