From b190424716f8244ca84f973b6d79823ce6a35fbf Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 5 Jul 2006 13:10:47 +0000 Subject: [PATCH] updated whitelist (getprotobynumber) --- src/libstrongswan/utils/leak_detective.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 4a2a7e56f..73214ae2b 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "leak_detective.h" @@ -161,6 +162,7 @@ whitelist_t whitelist[] = { {mktime, 0xFF}, {inet_ntoa, 0xFF}, {strerror, 0xFF}, + {getprotobynumber, 0xFF}, }; /**