From 0df451bc07904f37c786cf0347d0f4a12ec2deff Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 25 Aug 2009 11:31:08 +0200 Subject: use ./configured plugins in keyid scripts --- scripts/keyid2sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/keyid2sql.c') diff --git a/scripts/keyid2sql.c b/scripts/keyid2sql.c index 25a29d681..2ec011950 100644 --- a/scripts/keyid2sql.c +++ b/scripts/keyid2sql.c @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) int read, n; library_init(NULL); - lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, "gmp pubkey sha1"); + lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, PLUGINS); atexit(library_deinit); read = fread(buf, 1, sizeof(buf), stdin); -- cgit v1.2.3