use ./configured plugins in keyid scripts

This commit is contained in:
Martin Willi
2009-08-26 11:23:55 +02:00
parent 500aa2607f
commit 0df451bc07
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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);