diff options
-rw-r--r-- | ssh-pkcs11.c | 2 |
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 | ||
191 | static RSA_METHOD *rsa_method; | 191 | static RSA_METHOD *rsa_method; |
192 | static int rsa_idx = 0; | 192 | static int rsa_idx = 0; |
193 | #ifdef EC_KEY_METHOD_NEW | 193 | #ifdef HAVE_EC_KEY_METHOD_NEW |
194 | static EC_KEY_METHOD *ec_key_method; | 194 | static EC_KEY_METHOD *ec_key_method; |
195 | static int ec_key_idx = 0; | 195 | static int ec_key_idx = 0; |
196 | #endif | 196 | #endif |