eliminated TIMETOA_BUF definition

This commit is contained in:
Andreas Steffen
2009-04-20 06:21:49 +00:00
parent 2e65569534
commit 4f4ae2f465
3 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -613,9 +613,9 @@ list_ocsp_locations(ocsp_location_t *location, bool requests, bool utc
}
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)
{