Skip to content

Commit

Permalink
Use stdlib's definition for time_t
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed May 2, 2024
1 parent 21dda0a commit 477eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ extern int tolower(int c);
#endif

#if defined(SECURE_PKCS11)
# include <time.h>
# define HAVE_PWDBASED
# define HAVE_PBKDF2
# define WOLFPKCS11_CUSTOM_STORE
Expand All @@ -268,7 +269,6 @@ extern int tolower(int c);
# define HAVE_SCRYPT
# define HAVE_AESGCM
# define HAVE_PKCS8
typedef unsigned long time_t;
#endif

#ifndef HAVE_PWDBASED
Expand Down

0 comments on commit 477eeb0

Please sign in to comment.