X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fx509%2Fx509_minimal.c;h=3b876ef8198032bc1df6a00ab4ac4eb2fd567403;hp=ddf2515a9b41b380ae1614494bbf21d9aaaf0ee1;hb=f8e38c231dab636d8a1ece7f9eaa07bf09dfb049;hpb=a52cff8309f48ca8487410cfa2a8fb6c11152e2b diff --git a/src/x509/x509_minimal.c b/src/x509/x509_minimal.c index ddf2515..3b876ef 100644 --- a/src/x509/x509_minimal.c +++ b/src/x509/x509_minimal.c @@ -200,20 +200,6 @@ void br_x509_minimal_run(void *t0ctx); * then validation is reported as failed. */ -#ifndef BR_USE_UNIX_TIME -#if defined __unix__ || defined __linux__ \ - || defined _POSIX_SOURCE || defined _POSIX_C_SOURCE \ - || (defined __APPLE__ && defined __MACH__) -#define BR_USE_UNIX_TIME 1 -#endif -#endif - -#ifndef BR_USE_WIN32_TIME -#if defined _WIN32 || defined _WIN64 -#define BR_USE_WIN32_TIME 1 -#endif -#endif - #if BR_USE_UNIX_TIME #include #endif