From d68a6fb4c7b309bcd3142581df83438f9629a1ef Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 3 Apr 2018 09:25:10 -0700 Subject: [PATCH] Make sure wc_encrypt.h includes the ciphers. --- wolfssl/wolfcrypt/wc_encrypt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wolfssl/wolfcrypt/wc_encrypt.h b/wolfssl/wolfcrypt/wc_encrypt.h index 120baae59..914d55bf9 100644 --- a/wolfssl/wolfcrypt/wc_encrypt.h +++ b/wolfssl/wolfcrypt/wc_encrypt.h @@ -28,6 +28,10 @@ #define WOLF_CRYPT_ENCRYPT_H #include +#include +#include +#include +#include #ifdef __cplusplus extern "C" {