Skip to content

Commit 0aa79b6

Browse files
committed
Use the blocking call from the async test. Required for wolfSSL/wolfssl#6266
1 parent 91c672a commit 0aa79b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static int wolfAsync_DoSw(WC_ASYNC_DEV* asyncDev)
126126
#ifdef HAVE_ECC_DHE
127127
case ASYNC_SW_ECC_SHARED_SEC:
128128
{
129-
ret = wc_ecc_shared_secret_ex(
129+
ret = wc_ecc_shared_secret_gen_sync(
130130
(ecc_key*)sw->eccSharedSec.private_key,
131131
(ecc_point*)sw->eccSharedSec.public_point,
132132
sw->eccSharedSec.out,

0 commit comments

Comments
 (0)