提交 a18502d4 编写于 作者: H HJ 提交者: Gitee

兼容MUSL

上级 eaf68bd7
......@@ -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.
先完成此消息的编辑!
想要评论请 注册