mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-16 00:00:28 -05:00
fixed compiler warning
updated svn:ignore property
This commit is contained in:
parent
1dec30625e
commit
2f2b99282a
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user