Skip to content

Commit d35f134

Browse files
author
Andras Fekete
committed
Renaming to protect the innocent
1 parent 675cbde commit d35f134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ int wolfAsync_EventPop(WOLF_EVENT* event, enum WOLF_EVENT_TYPE event_type)
458458
event->state = WOLF_EVENT_STATE_READY;
459459
}
460460
else {
461-
ret = WC_NOT_PENDING_E;
461+
ret = WC_NO_PENDING_E;
462462
}
463463

464464
return ret;

0 commit comments

Comments
 (0)