]> err.no Git - yubikey-personalization/commitdiff
remove inaccurate comment
authorKlas Lindfors <klas@yubico.com>
Tue, 18 Sep 2012 07:48:08 +0000 (09:48 +0200)
committerKlas Lindfors <klas@yubico.com>
Tue, 18 Sep 2012 07:48:08 +0000 (09:48 +0200)
ykcore/ykcore.c

index d643397fde5326978a208e6895d9e43d7ed727f5..b4d4324e9476735bd325b62b1f9d383d22b48a29 100644 (file)
@@ -531,8 +531,6 @@ int yk_read_response_from_key(YK_KEY *yk, uint8_t slot, unsigned int flags,
  * Send something to the YubiKey. The command, as well as the slot, is
  * given in the 'slot' parameter (e.g. SLOT_CHAL_HMAC2 to send a HMAC-SHA1
  * challenge to slot 2).
- *
- * The slot parameter is here for future purposes only.
  */
 int yk_write_to_key(YK_KEY *yk, uint8_t slot, const void *buf, int bufcount)
 {