We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f140f88 commit c701565Copy full SHA for c701565
examples/posix/wh_posix_client/wolfhsm_cfg.h
@@ -29,6 +29,8 @@
29
#define WOLFHSM_CFG_ENABLE_CLIENT
30
#define WOLFHSM_CFG_HEXDUMP
31
#define WOLFHSM_CFG_COMM_DATA_LEN 5000
32
+#ifndef WOLFHSM_CFG_NO_CRYPTO
33
#define WOLFHSM_CFG_KEYWRAP
34
+#endif
35
36
#endif /* WOLFHSM_CFG_H_ */
examples/posix/wh_posix_server/wolfhsm_cfg.h
@@ -47,6 +47,7 @@
47
#define WOLFHSM_CFG_KEYWRAP_MAX_KEY_SIZE 5000
48
49
#define XMEMFENCE() __atomic_thread_fence(__ATOMIC_SEQ_CST)
50
51
-
52
53
0 commit comments