summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-pkcs11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c
index de65144f3..a798fde4d 100644
--- a/ssh-pkcs11.c
+++ b/ssh-pkcs11.c
@@ -190,8 +190,10 @@ 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
193static EC_KEY_METHOD *ec_key_method; 194static EC_KEY_METHOD *ec_key_method;
194static int ec_key_idx = 0; 195static int ec_key_idx = 0;
196#endif
195 197
196/* release a wrapped object */ 198/* release a wrapped object */
197static void 199static void