提交 9124054d 编写于 作者: O openharmony_ci 提交者: Gitee

!6 兼容MUSL

Merge pull request !6 from HJ/master
......@@ -222,7 +222,7 @@ int openssl_strerror_r(int errnum, char *buf, size_t buflen)
{
#if defined(_MSC_VER) && _MSC_VER>=1400
return !strerror_s(buf, buflen, errnum);
#elif defined(_GNU_SOURCE)
#elif defined(_GNU_SOURCE) && !defined(__MUSL__)
char *err;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册