From: Richard Levitte Date: Fri, 2 May 2003 07:25:54 +0000 (+0000) Subject: It's usually best if the function name matches everywhere... X-Git-Tag: BEN_FIPS_TEST_1~38^2~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9d7ca974892a9ee380e380f2956c747e100c614;p=openssl It's usually best if the function name matches everywhere... --- diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c index 8383a30e19..cdba3dd115 100644 --- a/crypto/store/str_lib.c +++ b/crypto/store/str_lib.c @@ -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;