removed %Q, %Y, %W, %U printf handlers
This commit is contained in:
@@ -46,14 +46,6 @@
|
||||
#define PRINTF_TIME 'T'
|
||||
/** 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'
|
||||
/** 1 argument: crl_t *crl; with #-modifier 2 arguments: crl_t *crl, bool utc */
|
||||
#define PRINTF_CRL 'U'
|
||||
/** 1 argument: ca_info_t *ca_info; with #-modifier 2 arguments: ca_info_t *ca_info, bool utc */
|
||||
#define PRINTF_CAINFO 'W'
|
||||
/** 1 argument: certinfo_t *certinfo; with #-modifier 2 arguments: certinfo_t *certinfo, bool utc */
|
||||
#define PRINTF_CERTINFO 'Y'
|
||||
|
||||
/**
|
||||
* Generic arginfo handlers for printf() hooks
|
||||
|
||||
Reference in New Issue
Block a user