Change name of guard around WABORT()

pull/474/head
John Safranek 2022-11-04 13:53:03 -07:00
parent f75a60909a
commit be8c52d2fa
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 1 additions and 1 deletions

View File

@ -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()