* gc-libgcrypt.c (gc_md5): Fix assert call.
[pspp] / lib / gc.h
index acfd3b9cc3b11d38c3d57e6cf2b3ec8f6336db07..c966a99b291a1e1a2e8a67163e1e5b283a3a91d8 100644 (file)
--- a/lib/gc.h
+++ b/lib/gc.h
@@ -71,7 +71,7 @@ extern void gc_set_allocators (gc_malloc_t func_malloc,
    must be 16 bytes.  The return value is 0 (GC_OK) on success, or
    another Gc_rc error code. */
 extern int
-gc_hash_buffer (int hash, const void *in, size_t inlen, char *out);
+gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *out);
 
 /* One-call interface. */
 extern int gc_md5 (const void *in, size_t inlen, void *resbuf);