mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-5342 --resolve
This commit is contained in:
parent
fddad1da06
commit
15e4da68e4
@ -102,8 +102,13 @@ static const EVP_MD *get_evp_by_name(const char *name)
|
|||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) || (defined(__SunOS_5_10) && defined(__SUNPRO_C))
|
||||||
/* Visual C do not have strsep? */
|
/*
|
||||||
|
* Visual C do not have strsep?
|
||||||
|
*
|
||||||
|
* Solaris 10 with the Sun Studio compilers doesn't have strsep in the
|
||||||
|
* C library either.
|
||||||
|
*/
|
||||||
char
|
char
|
||||||
*strsep(char **stringp, const char *delim)
|
*strsep(char **stringp, const char *delim)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user