This commit was manufactured by cvs2svn to create branch
[oweals/openssl.git] / crypto / txt_db / txt_db.c
index eb13f6040a7012b8e46f8926fbf2b87548e0218f..3b04fe280c37888c32e57895ebedfa6ec4b4d10f 100644 (file)
@@ -211,7 +211,7 @@ char **TXT_DB_get_by_index(TXT_DB *db, int idx, char **value)
        }
 
 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(),
-               LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
+            unsigned long (*hash)(), int (*cmp)())
        {
        LHASH *idx;
        char *r;