Skip to content

Commit a65d2a6

Browse files
authored
Merge pull request #70 from bandi13/fixEnumNaming
Renaming to protect the innocent
2 parents 675cbde + d35f134 commit a65d2a6

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)