forked from wolfSSL/wolfssl
linuxkm/module_exports.c.template: include hpke.h if HAVE_HPKE.
This commit is contained in:
@ -88,6 +88,9 @@
|
||||
#ifdef HAVE_ECC
|
||||
#include <wolfssl/wolfcrypt/ecc.h>
|
||||
#endif
|
||||
#ifdef HAVE_HPKE
|
||||
#include <wolfssl/wolfcrypt/hpke.h>
|
||||
#endif
|
||||
#ifdef HAVE_CURVE25519
|
||||
#include <wolfssl/wolfcrypt/curve25519.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user