git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@782
e7ae566f-a301-0410-adde-
c780ea21d3b5
claimed that it would support subnets of /30 or less
but actually would only accept /29 or less.
* Extend byte counters to 64 bits (M. van Cuijk).
+* PKCS#11 fixes (Alon Bar-Lev).
* Fixed bug in Linux get_default_gateway function
introduced in 2.0.4, which would cause redirect-gateway
on Linux clients to fail.
#endif
#if defined(ENABLE_PKCS11)
- {
+ if (c->first_time) {
int i;
pkcs11_initialize (c->options.pkcs11_pin_cache_period);
for (i=0;i<MAX_PARMS && c->options.pkcs11_providers[i] != NULL;i++)