提交 15e4da68 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5342 --resolve

上级 fddad1da
......@@ -102,8 +102,13 @@ static const EVP_MD *get_evp_by_name(const char *name)
return NULL;
}
#ifdef _MSC_VER
/* Visual C do not have strsep? */
#if defined(_MSC_VER) || (defined(__SunOS_5_10) && defined(__SUNPRO_C))
/*
* Visual C do not have strsep?
*
* Solaris 10 with the Sun Studio compilers doesn't have strsep in the
* C library either.
*/
char
*strsep(char **stringp, const char *delim)
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论