summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-09 14:09:01 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-09 14:09:01 +0200
commit4d21a2e2aa8c56d6e8e710a27453a9356b028ab4 (patch)
treec139eb6f15f40ff9b83e2129b61a81d74005044c /tests
parenta41fe799ef252a7f963de76c98292b677970c92d (diff)
downloadgnutls-4d21a2e2aa8c56d6e8e710a27453a9356b028ab4.tar.gz
tests: updated time in pkcs11-is-known
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/pkcs11-is-known.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/pkcs11-is-known.c b/tests/suite/pkcs11-is-known.c
index 39687665b7..c1617b1d08 100644
--- a/tests/suite/pkcs11-is-known.c
+++ b/tests/suite/pkcs11-is-known.c
@@ -223,7 +223,7 @@ static const char intermediate_str[] =
call to time is resolved at run-time. */
static time_t mytime(time_t * t)
{
- time_t then = 1256803113;
+ time_t then = 1412850586;
if (t)
*t = then;