[OpenPGP] Fix building without OpenSSL.

This commit is contained in:
Nguyễn Hồng Quân 2015-08-31 22:23:59 +08:00
parent 70890a8f61
commit a64bbc55aa
1 changed files with 1 additions and 3 deletions

View File

@ -2437,9 +2437,7 @@ static int pgp_erase_card(sc_card_t *card)
/* ABI: card ctl: perform special card-specific operations */
static int pgp_card_ctl(sc_card_t *card, unsigned long cmd, void *ptr)
{
#ifdef ENABLE_OPENSSL
int r;
#endif /* ENABLE_OPENSSL */
LOG_FUNC_CALLED(card->ctx);