mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 11:00:51 +02:00
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