Skip to content

Commit 09b958f

Browse files
committed
1 parent 30edb92 commit 09b958f

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
@@ -44,7 +44,7 @@ static WC_ASYNC_DEV* wolfAsync_GetDev(WOLF_EVENT* event)
4444
case WOLF_EVENT_TYPE_ASYNC_WOLFSSL:
4545
{
4646
WOLFSSL* ssl = (WOLFSSL*)event->context;
47-
dev = ssl->async.dev;
47+
dev = ssl->asyncDev;
4848
break;
4949
}
5050

0 commit comments

Comments
 (0)