From b9d7ca974892a9ee380e380f2956c747e100c614 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 2 May 2003 07:25:54 +0000 Subject: [PATCH] It's usually best if the function name matches everywhere... --- crypto/store/str_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1