From 23490a6c970ea1d03581a3b4208f2eb7a675f453 Mon Sep 17 00:00:00 2001
From: Damien Miller <djm@mindrot.org>
Date: Mon, 21 Jan 2019 15:05:43 +1100
Subject: [PATCH] fix previous test

---
 ssh-pkcs11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 
 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