forked from wolfSSL/wolfssl
make sure static analysis realizes err_sys does exit()
This commit is contained in:
@ -358,7 +358,6 @@ static const word16 wolfSSLPort = 11111;
|
||||
static INLINE void err_sys(const char* msg)
|
||||
{
|
||||
printf("wolfSSL error: %s\n", msg);
|
||||
if (msg)
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user