]> The Tcpdump Group git mirrors - tcpdump/commitdiff
We no longer need <stdlib.h> as signature_verify() does the allocation now.
authorGuy Harris <[email protected]>
Mon, 28 Dec 2015 02:00:30 +0000 (18:00 -0800)
committerGuy Harris <[email protected]>
Mon, 28 Dec 2015 02:00:30 +0000 (18:00 -0800)
print-isoclns.c

index 5e4d58a20aab537b15aef5e3d2c77dc12bc85173..f2903941ba97ed07484952ea09cfefc3e52232d8 100644 (file)
@@ -31,7 +31,6 @@
 #include <netdissect-stdinc.h>
 
 #include <string.h>
-#include <stdlib.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"