From: Nikos Mavrogiannopoulos Date: Sat, 28 May 2011 18:26:45 +0000 (+0200) Subject: digest_length() uses int as input. X-Git-Tag: gnutls_2_99_3~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8acb507bab90bcbab066d4ad3b8bae75bfac36d;p=thirdparty%2Fgnutls.git digest_length() uses int as input. --- diff --git a/lib/gnutls_hash_int.c b/lib/gnutls_hash_int.c index 94d6ffe2a8..7da98a571c 100644 --- a/lib/gnutls_hash_int.c +++ b/lib/gnutls_hash_int.c @@ -32,7 +32,7 @@ #include static int -digest_length (gnutls_digest_algorithm_t algo) +digest_length (int algo) { switch (algo) {