add _hx509_verify_get_time

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23266 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-23 03:23:26 +00:00
parent 31d0e293f6
commit ad1190f74d

View File

@@ -485,6 +485,12 @@ hx509_verify_set_time(hx509_verify_ctx ctx, time_t t)
ctx->time_now = t;
}
time_t
_hx509_verify_get_time(hx509_verify_ctx ctx)
{
return ctx->time_now;
}
/**
* Set the maximum depth of the certificate chain that the path
* builder is going to try.