mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-15 00:00:26 -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 <debug.h>
|
||||
|
||||
static void dbg_stderr(int level, char *fmt, ...)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* print the keyids of a private or public key
|
||||
*/
|
||||
@ -19,8 +14,6 @@ int main(int argc, char *argv[])
|
||||
char buf[8096];
|
||||
int read;
|
||||
|
||||
//dbg = dbg_stderr;
|
||||
|
||||
library_init(NULL);
|
||||
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, "gmp pubkey sha1");
|
||||
atexit(library_deinit);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user