mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
drivers/bch/bchlib_cache.c: Fix build with CONFIG_BCH_ENCRYPTION
It seems no one has built this since 2014. I only build-tested this with esp32-devkitc:wapi + CONFIG_BCH_ENCRYPTION + CONFIG_ESP32_AES_ACCELERATOR.
This commit is contained in:
committed by
Xiang Xiao
parent
9bd10898d2
commit
ed305ccc64
@@ -33,7 +33,7 @@
|
||||
#include "bch.h"
|
||||
|
||||
#if defined(CONFIG_BCH_ENCRYPTION)
|
||||
# include <crypto/crypto.h>
|
||||
# include <nuttx/crypto/crypto.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user