summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c
index a798fde4d..036ee8115 100644
--- a/ssh-pkcs11.c
+++ b/ssh-pkcs11.c
@@ -190,7 +190,7 @@ pkcs11_del_provider(char *provider_id)
190 190
191static RSA_METHOD *rsa_method; 191static RSA_METHOD *rsa_method;
192static int rsa_idx = 0; 192static int rsa_idx = 0;
193#ifdef EC_KEY_METHOD_NEW 193#ifdef HAVE_EC_KEY_METHOD_NEW
194static EC_KEY_METHOD *ec_key_method; 194static EC_KEY_METHOD *ec_key_method;
195static int ec_key_idx = 0; 195static int ec_key_idx = 0;
196#endif 196#endif