Skip to content

Commit a50244d

Browse files
committed
wolfcrypt/src/async.c: include libwolfssl_sources.h.
1 parent c1bb54b commit a50244d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

wolfcrypt/src/async.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,12 @@
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020
*/
2121

22-
#ifdef HAVE_CONFIG_H
23-
#include <config.h>
24-
#endif
25-
26-
#include <wolfssl/wolfcrypt/settings.h>
22+
#include <wolfssl/wolfcrypt/libwolfssl_sources.h>
2723

2824
#ifdef WOLFSSL_ASYNC_CRYPT
2925

3026
#include <wolfssl/internal.h>
3127
#include <wolfssl/error-ssl.h>
32-
#include <wolfssl/wolfcrypt/error-crypt.h>
3328

3429
#include <wolfssl/wolfcrypt/async.h>
3530

0 commit comments

Comments
 (0)