diff options
Diffstat (limited to 'config-win32.h.in')
-rw-r--r-- | config-win32.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h.in b/config-win32.h.in index e58029c..054eccc 100644 --- a/config-win32.h.in +++ b/config-win32.h.in @@ -74,6 +74,9 @@ typedef unsigned long in_addr_t; /* Enable management server capability */ #define ENABLE_MANAGEMENT 1 +/* Enable PKCS#11 support */ +#define ENABLE_PKCS11 1 + /* Enable HTTP proxy support */ #define ENABLE_HTTP_PROXY 1 |