File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments