]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/objects/o_names.c
Fixes for Win32 build.
[thirdparty/openssl.git] / crypto / objects / o_names.c
index f6bb6434910414eab8040008d9a1f1a3ec33ffe3..dca988230e8c69ac4a382d8c2331ee23895bc5f2 100644 (file)
@@ -36,8 +36,9 @@ int OBJ_NAME_init(void)
        return(names_lh != NULL);
        }
 
-int OBJ_NAME_new_index(unsigned long (*hash_func)(), int (*cmp_func)(),
-            void (*free_func)())
+int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
+       int (*cmp_func)(const void *, const void *),
+       void (*free_func)(const char *, int, const char *))
        {
        int ret;
        int i;