It's usually best if the function name matches everywhere...
authorRichard Levitte <levitte@openssl.org>
Fri, 2 May 2003 07:25:54 +0000 (07:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 2 May 2003 07:25:54 +0000 (07:25 +0000)
crypto/store/str_lib.c

index 8383a30e19f9c92dd0885e377f3af397f07fe8bd..cdba3dd115144ac7514ac973734c4470490aac74 100644 (file)
@@ -1425,7 +1425,7 @@ int STORE_parse_attrs_endp(void *handle)
        return 0;
        }
 
        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;
        {
        unsigned char *abits, *bbits;
        int i;