Skip to content

Commit 9c0933a

Browse files
committed
Updated async README.md with release information. Fix for building async without filesystem (was missing printf / stdio.h).
1 parent 2aed5d0 commit 9c0933a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README-async.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ wolfSSL Client Benchmark 16384 bytes
268268

269269
## Change Log
270270

271+
### wolfSSL Async Release v4.0.0 (03/25/2019)
272+
273+
* Fix for building with QuickAssist v1.7 driver (4.4.0-00023) (was missing usdm_drv during configure with check).
274+
* Fix for building async with file system disabled.
275+
* Fix for SHA-3 runtime detection for not supported in hardware.
276+
271277
### wolfSSL Async Release v3.15.8 (03/01/2019) - Intermediate release
272278

273279
* Performance improvements for QuickAssist.

wolfssl/wolfcrypt/async.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ WOLFSSL_API int wc_AsyncSleep(word32 ms);
382382

383383
/* Pthread Helpers */
384384
#ifndef WC_NO_ASYNC_THREADING
385+
#include <stdio.h>
385386
#include <pthread.h>
386387
#include <errno.h>
387388
#include <sched.h>

0 commit comments

Comments
 (0)