fixed compiler warning
updated svn:ignore property
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user