summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-02 07:25:54 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-02 07:25:54 +0000
commitb9d7ca974892a9ee380e380f2956c747e100c614 (patch)
treefa819ecd7646bf9a0d262d67c100001f0d825cc0 /crypto/store/str_lib.c
parent5b194dfbd5bae8f3d034b712f50d824952f58ba8 (diff)
It's usually best if the function name matches everywhere...
Diffstat (limited to 'crypto/store/str_lib.c')
-rw-r--r--crypto/store/str_lib.c2
1 files changed, 1 insertions, 1 deletions
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;