From: Damien Miller Date: Mon, 21 Jan 2019 04:05:43 +0000 (+1100) Subject: fix previous test X-Git-Tag: V_8_0_P1~126 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=23490a6c970ea1d03581a3b4208f2eb7a675f453;p=thirdparty%2Fopenssh-portable.git fix previous test --- 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