From: Klas Lindfors Date: Tue, 18 Sep 2012 07:48:08 +0000 (+0200) Subject: remove inaccurate comment X-Git-Tag: v1.8.0~42 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddf6aa6222c7754c9716689455182d09424f596;p=yubikey-personalization remove inaccurate comment --- 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) {