From ae97fca60d2ccec8d4b1dd12c4f8a36bd3bedcf1 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Wed, 30 Jul 2025 11:02:24 +0200 Subject: [PATCH] Updated wolfPKCS11 submodule + Fix visibility of clock_gettime for benchmark in test applications --- lib/wolfPKCS11 | 2 +- test-app/wcs/user_settings.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/wolfPKCS11 b/lib/wolfPKCS11 index afb67e64..ddeb8877 160000 --- a/lib/wolfPKCS11 +++ b/lib/wolfPKCS11 @@ -1 +1 @@ -Subproject commit afb67e64b49356a81a478ad91dd0d53c1dbde01e +Subproject commit ddeb8877d088796edc187e254068755628349d8e diff --git a/test-app/wcs/user_settings.h b/test-app/wcs/user_settings.h index 9140f2b1..9d2799fd 100644 --- a/test-app/wcs/user_settings.h +++ b/test-app/wcs/user_settings.h @@ -26,6 +26,8 @@ #define H_USER_SETTINGS_ #include +#include +int clock_gettime (clockid_t clock_id, struct timespec *tp); #include "wolfboot/wc_secure.h" #define WOLFCRYPT_ONLY