Skip to content

Commit

Permalink
Removed redundant time_t definition
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed May 2, 2024
1 parent b4f59b9 commit 21dda0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ extern int tolower(int c);
# define WOLFSSL_SMALL_STACK
#endif

#ifdef WOLFCRYPT_SECURE_MODE
typedef unsigned long time_t;
#endif

#endif /* WOLFBOOT_PKCS11_APP */

#endif /* !H_USER_SETTINGS_ */

0 comments on commit 21dda0a

Please sign in to comment.