It's usually best if the function name matches everywhere...
[openssl.git] / crypto / store / str_lib.c
index 8383a30e19f9c92dd0885e377f3af397f07fe8bd..cdba3dd115144ac7514ac973734c4470490aac74 100644 (file)
@@ -1425,7 +1425,7 @@ int STORE_parse_attrs_endp(void *handle)
        return 0;
        }
 
-int STORE_ATTR_INFO_cmp(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
+int STORE_ATTR_INFO_compare(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
        {
        unsigned char *abits, *bbits;
        int i;