Browse Source

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

Daniel Pouzzner 1 year ago
parent
commit
022d0e7c89
1 changed files with 3 additions and 0 deletions
  1. 3 0
      linuxkm/module_exports.c.template

+ 3 - 0
linuxkm/module_exports.c.template

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