linuxkm/module_exports.c.template: include hpke.h if HAVE_HPKE.

This commit is contained in:
Daniel Pouzzner 2023-01-25 23:36:55 -06:00
parent 78cc2c5c3e
commit 022d0e7c89
1 changed files with 3 additions and 0 deletions

View File

@ -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