From a64d6fb14ff2aede7d08f9da9c78150dba6e11a9 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 5 Apr 2016 22:12:12 -0700 Subject: [PATCH] Disabling PKCS11 interface --- contrib/win32/openssh/config.h.vs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/win32/openssh/config.h.vs b/contrib/win32/openssh/config.h.vs index 7bd77231..6e37bf61 100644 --- a/contrib/win32/openssh/config.h.vs +++ b/contrib/win32/openssh/config.h.vs @@ -135,7 +135,7 @@ #define DISABLE_WTMPX 1 /* Enable for PKCS#11 support */ -#define ENABLE_PKCS11 1 +/* #undef ENABLE_PKCS11 */ /* File names may not contain backslash characters */ /* #undef FILESYSTEM_NO_BACKSLASH */