mirror of https://github.com/wolfSSL/wolfssh.git
Change name of guard around WABORT()
parent
f75a60909a
commit
be8c52d2fa
|
|
@ -51,7 +51,7 @@ int myoptind = 0;
|
|||
char* myoptarg = NULL;
|
||||
|
||||
|
||||
#ifndef WOLFSSH_NO_ASSERT_FAIL_ABORT
|
||||
#ifndef WOLFSSH_NO_ABORT
|
||||
#define WABORT() abort()
|
||||
#else
|
||||
#define WABORT()
|
||||
|
|
|
|||
Loading…
Reference in New Issue