]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
fix previous test
authorDamien Miller <djm@mindrot.org>
Mon, 21 Jan 2019 04:05:43 +0000 (15:05 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 21 Jan 2019 04:05:43 +0000 (15:05 +1100)
ssh-pkcs11.c

index a798fde4d45b65f5e3558dc7cddac2ad655ad4bb..036ee8115657511fc2def40e16317235afbbd3ad 100644 (file)
@@ -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