Skip to content

Commit fffff65

Browse files
committed
cleanups: line length, WOLFSSL_SMALL_STACK_STATIC, and SAVE_VECTOR_REGISTERS() failure trap in benchmark.c, proper path to benchmark.c in linuxkm/module_hooks.c, and proper casting in aes.c. also harmonized semantics and prototype of bench_ripemd().
1 parent 37b7161 commit fffff65

4 files changed

Lines changed: 138 additions & 80 deletions

File tree

linuxkm/module_hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static int updateFipsHash(void);
119119
#define NO_MAIN_FUNCTION
120120
#define current_time benchmark_current_time
121121
#define WOLFSSL_NO_FLOAT_FMT
122-
#include "/home/douzzer/com/wolfssl/src/wolfssl/wolfcrypt/benchmark/benchmark.c"
122+
#include "wolfcrypt/benchmark/benchmark.c"
123123
#endif /* WOLFSSL_LINUXKM_BENCHMARKS */
124124

125125
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0)

0 commit comments

Comments
 (0)