summaryrefslogtreecommitdiff
path: root/ssh-pkcs11.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-01-21 15:05:43 +1100
committerDamien Miller <djm@mindrot.org>2019-01-21 15:05:43 +1100
commit23490a6c970ea1d03581a3b4208f2eb7a675f453 (patch)
tree31f436657f66a5f8232cc4f0927ee71229c10ece /ssh-pkcs11.c
parentb6dd3277f2c49f9584a2097bc792e8f480397e87 (diff)
downloadopenssh-git-23490a6c970ea1d03581a3b4208f2eb7a675f453.tar.gz
fix previous test
Diffstat (limited to 'ssh-pkcs11.c')
-rw-r--r--ssh-pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c
index a798fde4..036ee811 100644
--- a/ssh-pkcs11.c
+++ b/ssh-pkcs11.c
@@ -190,7 +190,7 @@ pkcs11_del_provider(char *provider_id)
static RSA_METHOD *rsa_method;
static int rsa_idx = 0;
-#ifdef EC_KEY_METHOD_NEW
+#ifdef HAVE_EC_KEY_METHOD_NEW
static EC_KEY_METHOD *ec_key_method;
static int ec_key_idx = 0;
#endif