From 71b29ca9c81fccd67b5251ec96b0ce73c2d2f940 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 7 Feb 2005 10:58:22 +0000 Subject: [PATCH] remove outdated comment git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2153 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/pkcs15-pin.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libopensc/pkcs15-pin.c b/src/libopensc/pkcs15-pin.c index 7b4c36a6..aa85d274 100644 --- a/src/libopensc/pkcs15-pin.c +++ b/src/libopensc/pkcs15-pin.c @@ -342,9 +342,6 @@ int sc_pkcs15_unblock_pin(struct sc_pkcs15_card *p15card, (newpin == NULL || newpinlen == 0)) return SC_ERROR_NOT_SUPPORTED; - /* Note: Actually two sc_pkcs15_pin_info would be needed - * here, one for the pin to reset and one for the puk - */ max_length = pin->max_length != 0 ? pin->max_length : SC_MAX_PIN_SIZE; if (newpinlen > max_length) return SC_ERROR_INVALID_PIN_LENGTH;