summaryrefslogtreecommitdiff
path: root/libexslt/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexslt/crypto.c')
-rw-r--r--libexslt/crypto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexslt/crypto.c b/libexslt/crypto.c
index c4ab1cdc..51801013 100644
--- a/libexslt/crypto.c
+++ b/libexslt/crypto.c
@@ -353,7 +353,8 @@ exsltCryptoGcryptInit (void) {
*/
static void
exsltCryptoGcryptHash (xmlXPathParserContextPtr ctxt ATTRIBUTE_UNUSED,
- enum gcry_md_algos algorithm, const char *msg,
+/* changed the enum to int */
+ int algorithm, const char *msg,
unsigned long msglen,
char dest[HASH_DIGEST_LENGTH]) {
exsltCryptoGcryptInit ();