From 06d92b294128984d824c12cfb24256d62f68589c Mon Sep 17 00:00:00 2001 From: james Date: Sat, 5 Nov 2005 07:48:05 +0000 Subject: Merged /contrib/alon/BETA21@778 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@782 e7ae566f-a301-0410-adde-c780ea21d3b5 --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.c') diff --git a/init.c b/init.c index 503e75c..ac40dc5 100644 --- a/init.c +++ b/init.c @@ -114,7 +114,7 @@ context_init_1 (struct context *c) #endif #if defined(ENABLE_PKCS11) - { + if (c->first_time) { int i; pkcs11_initialize (c->options.pkcs11_pin_cache_period); for (i=0;ioptions.pkcs11_providers[i] != NULL;i++) -- cgit