Skip to content

Commit aa6540e

Browse files
authored
Merge pull request #47 from julek-wolfssl/async-io
Changes for wolfSSL/wolfssl#5149
2 parents 30edb92 + 09b958f commit aa6540e

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)