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
+2 -2
View File
@@ -36,9 +36,9 @@
#define PRINTF_CHUNK 'B'
/** 2 arguments: u_char *buffer, int size */
#define PRINTF_BYTES 'b'
/** 1 argument: time_t time; with #-modifier 2 arguments: time_t time, bool utc */
/** 1 argument: time_t *time; with #-modifier 2 arguments: time_t *time, bool utc */
#define PRINTF_TIME 'T'
/** 2 arguments: time_t begin, time_t end */
/** 2 arguments: time_t *begin, time_t *end */
#define PRINTF_TIME_DELTA 'V'
/** 1 argument: x509_t *cert; with #-modifier 2 arguments: x509_t *cert, bool utc */
#define PRINTF_X509 'Q'