fixed compiler warning

updated svn:ignore property
This commit is contained in:
Martin Willi 2008-07-02 08:05:51 +00:00
parent 1dec30625e
commit 2f2b99282a

View File

@ -3,11 +3,6 @@
#include <library.h> #include <library.h>
#include <debug.h> #include <debug.h>
static void dbg_stderr(int level, char *fmt, ...)
{
}
/** /**
* print the keyids of a private or public key * print the keyids of a private or public key
*/ */
@ -19,8 +14,6 @@ int main(int argc, char *argv[])
char buf[8096]; char buf[8096];
int read; int read;
//dbg = dbg_stderr;
library_init(NULL); library_init(NULL);
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, "gmp pubkey sha1"); lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, "gmp pubkey sha1");
atexit(library_deinit); atexit(library_deinit);