summaryrefslogtreecommitdiff
path: root/vcard_emul.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-25 10:49:06 +0200
committerAlon Levy <alevy@redhat.com>2010-12-09 13:36:19 +0200
commit0382c83ab0038d3424dc881e52ca0f170c074fae (patch)
tree3844e311d3abee1989e31324496dd8bb3e09b554 /vcard_emul.h
parentabe75061682726f4ee55c7e849340cce2b74b31d (diff)
libcaccard: coding style: 80 width
Diffstat (limited to 'vcard_emul.h')
-rw-r--r--vcard_emul.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/vcard_emul.h b/vcard_emul.h
index 06f8c4e..5a0053b 100644
--- a/vcard_emul.h
+++ b/vcard_emul.h
@@ -1,10 +1,10 @@
/*
* This is the actual card emulator.
*
- * These functions can be implemented in different ways on different platforms using
- * the underlying system primitives. For Linux it uses NSS, though direct to PKCS #11,
- * openssl+pkcs11, or even gnu crypto libraries+pkcs #11 could be used. On Windows
- * CAPI could be used.
+ * These functions can be implemented in different ways on different platforms
+ * using the underlying system primitives. For Linux it uses NSS, though direct
+ * to PKCS #11, openssl+pkcs11, or even gnu crypto libraries+pkcs #11 could be
+ * used. On Windows CAPI could be used.
*/
#ifndef VCARD_EMUL_H
@@ -29,7 +29,8 @@ typedef struct VCardEmulOptionsStruct VCardEmulOptions;
/*
* Login functions
*/
-/* return the number of login attempts still possible on the card. if unknown, return -1 */
+/* return the number of login attempts still possible on the card. if unknown,
+ * return -1 */
int vcard_emul_get_login_count(VCard *card);
/* login into the card, return the 7816 status word (sw2 || sw1) */
VCard7816Status vcard_emul_login(VCard *card, unsigned char *pin, int pin_len);