aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/fetch.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-18 14:50:31 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-18 14:50:31 +0000
commita6e3ec13897a926c795794534f07c4fa2726b18f (patch)
treefcdc2a385f9fd9b5bea3a812eed6c88aab1beb5f /src/pluto/fetch.c
parent815510e6372300604a8e6b3c5642c747248b8b66 (diff)
downloadstrongswan-a6e3ec13897a926c795794534f07c4fa2726b18f.tar.bz2
strongswan-a6e3ec13897a926c795794534f07c4fa2726b18f.tar.xz
created pluto and scepclient now use libstrongswan-lite
Diffstat (limited to 'src/pluto/fetch.c')
-rw-r--r--src/pluto/fetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/fetch.c b/src/pluto/fetch.c
index 64e67c06b..ecffe76b0 100644
--- a/src/pluto/fetch.c
+++ b/src/pluto/fetch.c
@@ -1043,8 +1043,8 @@ list_crl_fetch_requests(bool utc)
{
u_char buf[BUF_LEN];
- whack_log(RC_COMMENT, "%s, trials: %d"
- , timetoa(&req->installed, utc), req->trials);
+ whack_log(RC_COMMENT, "%T, trials: %d"
+ , &req->installed, utc, req->trials);
dntoa(buf, BUF_LEN, req->issuer);
whack_log(RC_COMMENT, " issuer: '%s'", buf);
if (req->authKeyID.ptr != NULL)