X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Finternal%2Fcryptlib.h;h=fb46657dba6edc9e1a91bada23642445cd3b84c0;hp=26862310d86056530fdf055a8bb6f7b1bd585985;hb=adf7e6d1d63890f037625031789ed042187c3947;hpb=1335ca4b0799d1714a2f8e21525cb23edf660e93 diff --git a/include/internal/cryptlib.h b/include/internal/cryptlib.h index 26862310d8..fb46657dba 100644 --- a/include/internal/cryptlib.h +++ b/include/internal/cryptlib.h @@ -247,8 +247,8 @@ static ossl_inline void ossl_sleep(unsigned long millis) } #endif /* defined OPENSSL_SYS_UNIX */ -char *sk_ASN1_UTF8STRING2text(STACK_OF(ASN1_UTF8STRING) *text, const char *sep, - size_t max_len); +char *ossl_sk_ASN1_UTF8STRING2text(STACK_OF(ASN1_UTF8STRING) *text, + const char *sep, size_t max_len); char *ossl_ipaddr_to_asc(unsigned char *p, int len); char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep);