openpgp: don't treat OpenPGP v3 cards special in src/libopensc/pkcs15-syn.c

As OpenPGP v3 cards are backward compatible with earlier versions,
fix an inconsitency in src/libopensc/pkcs15-syn.c
This commit is contained in:
Peter Marschall 2018-04-22 15:08:12 +02:00 committed by Frank Morgner
parent 3bfede17d4
commit 504d267e76
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ int sc_pkcs15_is_emulation_only(sc_card_t *card)
case SC_CARD_TYPE_OPENPGP_V1:
case SC_CARD_TYPE_OPENPGP_V2:
case SC_CARD_TYPE_OPENPGP_GNUK:
case SC_CARD_TYPE_OPENPGP_V3:
case SC_CARD_TYPE_SC_HSM:
case SC_CARD_TYPE_SC_HSM_SOC:
case SC_CARD_TYPE_DNIE_BASE: