X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fstore%2Fstr_lib.c;h=cdba3dd115144ac7514ac973734c4470490aac74;hp=8383a30e19f9c92dd0885e377f3af397f07fe8bd;hb=b9d7ca974892a9ee380e380f2956c747e100c614;hpb=5b194dfbd5bae8f3d034b712f50d824952f58ba8 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;