]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
allocfix
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Oct 2010 14:02:20 +0000 (14:02 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Oct 2010 14:02:20 +0000 (14:02 +0000)
git-svn-id: file:///svn/unbound/trunk@2318 be551aaa-1e26-0410-a405-d3ace91eadb9

testcode/petal.c

index 46df6c16948cbf741f5cf8471058d18147e00204..5cfc7da548fb001dcdbf53ea73b58adb8e1c0d89 100644 (file)
 #include <openssl/pem.h>
 #include <ctype.h>
 #include <signal.h>
+#ifdef malloc
+#undef malloc
+#endif
+#ifdef free
+#undef free
+#endif
 
 /** verbosity for this application */
 static int verb = 0;