summaryrefslogtreecommitdiff
path: root/libcacard/cac.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2013-03-05 15:32:19 +0200
committerAlon Levy <alevy@redhat.com>2013-04-24 11:48:02 +0300
commit7a6858962457c54be44715d6562504c765d9ea76 (patch)
tree6b88e90d4a6b90cd9e814d795cefe9d2d45f139e /libcacard/cac.c
parent2f8f916b6d4482976bb5cf179f65aa2cfcd1aec9 (diff)
downloadqemu-7a6858962457c54be44715d6562504c765d9ea76.tar.gz
libcacard/vreader: add debugging messages for apdu
Using g_debug with log domain libcacard Signed-off-by: Alon Levy <alevy@redhat.com> Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
Diffstat (limited to 'libcacard/cac.c')
-rw-r--r--libcacard/cac.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcacard/cac.c b/libcacard/cac.c
index 927a4ca296..5864539987 100644
--- a/libcacard/cac.c
+++ b/libcacard/cac.c
@@ -12,13 +12,6 @@
#include "vcard_emul.h"
#include "card_7816.h"
-#define CAC_GET_PROPERTIES 0x56
-#define CAC_GET_ACR 0x4c
-#define CAC_READ_BUFFER 0x52
-#define CAC_UPDATE_BUFFER 0x58
-#define CAC_SIGN_DECRYPT 0x42
-#define CAC_GET_CERTIFICATE 0x36
-
/* private data for PKI applets */
typedef struct CACPKIAppletDataStruct {
unsigned char *cert;