fixed compilation proble

This commit is contained in:
Frank Morgner 2018-01-26 11:29:09 +01:00
parent 905e95eb37
commit 86350d3f72
1 changed files with 4 additions and 0 deletions

View File

@ -586,6 +586,10 @@ static int npa_standard_pin_cmd(struct sc_card *card,
return r;
}
#ifdef ENABLE_OPENSSL
#include <openssl/evp/evp.h>
#endif
int
npa_reset_retry_counter(sc_card_t *card, enum s_type pin_id,
int ask_for_secret, const char *new, size_t new_len)