- updated README.decrypt

- fixed a few compiler warnings


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@29 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-10-29 15:52:56 +00:00
parent f43f23050c
commit 2ffefc3f83
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ struct sc_card *card = NULL;
struct sc_pkcs15_card *p15_card = NULL;
#define DO_PRKEY_ENUM 1
#define DO_PIN_ENUM 0
#define DO_PIN_VERIFY 0
#define DO_DECIPHER 0
#define DO_SIGN 0
#define DO_PIN_ENUM 1
#define DO_PIN_VERIFY 1
#define DO_DECIPHER 1
#define DO_SIGN 1
#define DO_CERT_ENUM 1
#define DO_CERT_READ 1