Skip to content

Commit ae97fca

Browse files
committed
Updated wolfPKCS11 submodule
+ Fix visibility of clock_gettime for benchmark in test applications
1 parent fbc5286 commit ae97fca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test-app/wcs/user_settings.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#define H_USER_SETTINGS_
2727

2828
#include <target.h>
29+
#include <time.h>
30+
int clock_gettime (clockid_t clock_id, struct timespec *tp);
2931
#include "wolfboot/wc_secure.h"
3032

3133
#define WOLFCRYPT_ONLY

0 commit comments

Comments
 (0)