Make sure wc_encrypt.h includes the ciphers.

This commit is contained in:
David Garske
2018-04-03 09:25:10 -07:00
parent 98c186017a
commit d68a6fb4c7

View File

@ -28,6 +28,10 @@
#define WOLF_CRYPT_ENCRYPT_H
#include <wolfssl/wolfcrypt/types.h>
#include <wolfssl/wolfcrypt/aes.h>
#include <wolfssl/wolfcrypt/chacha.h>
#include <wolfssl/wolfcrypt/des3.h>
#include <wolfssl/wolfcrypt/arc4.h>
#ifdef __cplusplus
extern "C" {