]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
digest_length() uses int as input.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 28 May 2011 18:26:45 +0000 (20:26 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 28 May 2011 18:26:45 +0000 (20:26 +0200)
lib/gnutls_hash_int.c

index 94d6ffe2a8532ad39875ce0622803cccc90378db..7da98a571c73ed33560c3fc92283658b89775a3f 100644 (file)
@@ -32,7 +32,7 @@
 #include <gnutls_errors.h>
 
 static int
-digest_length (gnutls_digest_algorithm_t algo)
+digest_length (int algo)
 {
   switch (algo)
     {