added PRINT_CAINFO hook

This commit is contained in:
Andreas Steffen
2007-02-14 10:54:39 +00:00
parent 786b0706b4
commit 61eb45caf5
+2
View File
@@ -44,6 +44,8 @@
#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 'C'
/** 1 argumnet: host_t *host; use #-modifier to include port number */
#define PRINTF_HOST 'H'
/** 1 argument: identification_t *id */