Skip to content

Commit 3746164

Browse files
committed
linuxkm/linuxkm_wc_port.h: don't include wolfssl/wolfcrypt/memory.h (unneeded and out of order).
1 parent 790808b commit 3746164

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

linuxkm/linuxkm_wc_port.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,8 +1452,6 @@
14521452
#define __static_assert(expr, msg, ...) _Static_assert(expr, msg)
14531453
#endif
14541454

1455-
#include <wolfssl/wolfcrypt/memory.h>
1456-
14571455
#ifdef WOLFSSL_TRACK_MEMORY
14581456
#define XMALLOC(s, h, t) ({(void)(h); (void)(t); wolfSSL_Malloc(s);})
14591457
#ifdef WOLFSSL_XFREE_NO_NULLNESS_CHECK

0 commit comments

Comments
 (0)