removed my time_t printf handler patch, applied the one of andreas (64bit save)

This commit is contained in:
Martin Willi
2007-02-08 15:22:21 +00:00
parent 61c0e0f220
commit 7006a51efc
5 changed files with 32 additions and 30 deletions
+3 -1
View File
@@ -313,7 +313,9 @@ static void debug_asn1_simple_object(chunk_t object, asn1_t type, bool private)
case ASN1_UTCTIME:
case ASN1_GENERALIZEDTIME:
{
DBG2(" '%T'", asn1totime(&object, type));
time_t time = asn1totime(&object, type);
DBG2(" '%T'", &time);
}
return;
default: