diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-16 13:16:00 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-16 13:16:00 +0200 |
commit | b538b606da7f4e10ec2a60046c726dc74b6e030f (patch) | |
tree | 94355b0ffaf36536931c730de001a8e44d363590 /src/libstrongswan/debug.c | |
parent | 5289249449e0e6792cdbc014ec7bc03a0c179354 (diff) | |
download | strongswan-b538b606da7f4e10ec2a60046c726dc74b6e030f.tar.bz2 strongswan-b538b606da7f4e10ec2a60046c726dc74b6e030f.tar.xz |
Use the default debug hook if possible
Diffstat (limited to 'src/libstrongswan/debug.c')
-rw-r--r-- | src/libstrongswan/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/debug.c b/src/libstrongswan/debug.c index 5bd4243d7..51b7875d8 100644 --- a/src/libstrongswan/debug.c +++ b/src/libstrongswan/debug.c @@ -14,7 +14,6 @@ */ #include <stdarg.h> -#include <stdio.h> #include "debug.h" |