diff options
author | Damien Miller <djm@mindrot.org> | 2019-01-21 15:05:43 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-21 15:05:43 +1100 |
commit | 23490a6c970ea1d03581a3b4208f2eb7a675f453 (patch) | |
tree | 31f436657f66a5f8232cc4f0927ee71229c10ece /ssh-pkcs11.c | |
parent | b6dd3277f2c49f9584a2097bc792e8f480397e87 (diff) |
fix previous test
Diffstat (limited to 'ssh-pkcs11.c')
-rw-r--r-- | ssh-pkcs11.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
190 | 190 | ||
191 | static RSA_METHOD *rsa_method; | 191 | static RSA_METHOD *rsa_method; |
192 | static int rsa_idx = 0; | 192 | static int rsa_idx = 0; |
193 | #ifdef EC_KEY_METHOD_NEW | 193 | #ifdef HAVE_EC_KEY_METHOD_NEW |
194 | static EC_KEY_METHOD *ec_key_method; | 194 | static EC_KEY_METHOD *ec_key_method; |
195 | static int ec_key_idx = 0; | 195 | static int ec_key_idx = 0; |
196 | #endif | 196 | #endif |