From bfd5d7c2baa15767e1ad8c74f3d198b0dac05fa9 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Aug 2012 19:21:44 +0000 Subject: [PATCH] Remove references to obsolete stdnse.c library. --- docs/scripting.xml | 5 ++--- nse_nmaplib.h | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 65e4fad6b..ce229b482 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -3597,9 +3597,8 @@ end nmap, pcre, bin, - bit, - openssl (if available), and - stdnse.c (C functions for the stdnse library). + bit, and + openssl (if available). diff --git a/nse_nmaplib.h b/nse_nmaplib.h index 12628833b..de8fdeeec 100644 --- a/nse_nmaplib.h +++ b/nse_nmaplib.h @@ -2,7 +2,6 @@ #define NSE_NMAPLIB #define NSE_NMAPLIBNAME "nmap" -#define NSE_STDNSELIBNAME "stdnse.c" class Target; class Port;