created pluto and scepclient now use libstrongswan-lite

This commit is contained in:
Andreas Steffen
2009-04-18 14:50:31 +00:00
parent 815510e637
commit a6e3ec1389
20 changed files with 216 additions and 141 deletions
+1 -1
View File
@@ -2282,7 +2282,7 @@ get_sa_info(struct state *st, bool inbound, u_int *bytes, time_t *use_time)
if (!kernel_ops->get_policy(&sa, inbound, use_time))
return FALSE;
DBG(DBG_KLIPS,
DBG_log(" use_time: %s", timetoa(use_time, FALSE))
DBG_log(" use_time: %T", use_time, FALSE)
)
}
return TRUE;