From 3ddf6aa6222c7754c9716689455182d09424f596 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 18 Sep 2012 09:48:08 +0200 Subject: [PATCH] remove inaccurate comment --- ykcore/ykcore.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ykcore/ykcore.c b/ykcore/ykcore.c index d643397..b4d4324 100644 --- a/ykcore/ykcore.c +++ b/ykcore/ykcore.c @@ -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) { -- 2.39.5