From d505bfc7d7fba4e690de402da5fa7c7fdcda716a Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 17 Sep 2012 15:18:05 +0200 Subject: [PATCH] make _get_supported_key_length() static --- ykpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykpers.c b/ykpers.c index 35f2bea..05c0b99 100644 --- a/ykpers.c +++ b/ykpers.c @@ -221,7 +221,7 @@ int ykp_configure_for(YKP_CONFIG *cfg, int confnum, YK_STATUS *st) /* Return number of bytes of key data for this configuration. * 20 bytes is 160 bits, 16 bytes is 128. */ -int _get_supported_key_length(const YKP_CONFIG *cfg) +static int _get_supported_key_length(const YKP_CONFIG *cfg) { /* OATH-HOTP and HMAC-SHA1 challenge response support 20 byte (160 bits) * keys, holding the last four bytes in the uid field. -- 2.39.5