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
|
#ifdef HAVE_ECC
|
||||||
#include <wolfssl/wolfcrypt/ecc.h>
|
#include <wolfssl/wolfcrypt/ecc.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_HPKE
|
||||||
|
#include <wolfssl/wolfcrypt/hpke.h>
|
||||||
|
#endif
|
||||||
#ifdef HAVE_CURVE25519
|
#ifdef HAVE_CURVE25519
|
||||||
#include <wolfssl/wolfcrypt/curve25519.h>
|
#include <wolfssl/wolfcrypt/curve25519.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user