let the ykpiv_connect() function select as well

This commit is contained in:
Klas Lindfors
2014-06-17 09:20:32 +02:00
parent 9eb5c7fda1
commit 6dcb6798e6
4 changed files with 24 additions and 31 deletions
+1
View File
@@ -45,6 +45,7 @@ static const err_t errors[] = {
ERR (YKPIV_MEMORY_ERROR, "Error allocating memory"),
ERR (YKPIV_PCSC_ERROR, "Error in PCSC call"),
ERR (YKPIV_SIZE_ERROR, "Wrong buffer size"),
ERR (YKPIV_APPLET_ERROR, "No PIV applet found"),
};
/**