strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
eliminated TIMETOA_BUF definition
[strongswan.git]
/
src
/
pluto
/
ocsp.c
diff --git
a/src/pluto/ocsp.c
b/src/pluto/ocsp.c
index
ce6df89
..
ef270cd
100644
(file)
--- a/
src/pluto/ocsp.c
+++ b/
src/pluto/ocsp.c
@@
-613,9
+613,9
@@
list_ocsp_locations(ocsp_location_t *location, bool requests, bool utc
}
while (certinfo != NULL)
{
}
while (certinfo != NULL)
{
- char thisUpdate[
TIMETOA_BUF
];
+ char thisUpdate[
BUF_LEN
];
- snprintf(thisUpdate,
TIMETOA_BUF
, "%T", &certinfo->thisUpdate, utc);
+ snprintf(thisUpdate,
BUF_LEN
, "%T", &certinfo->thisUpdate, utc);
if (requests)
{
if (requests)
{