From: Andreas Steffen Date: Wed, 14 Feb 2007 10:54:39 +0000 (-0000) Subject: added PRINT_CAINFO hook X-Git-Tag: 4.0.7~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61eb45caf5e85aa73eecc1da11dabfca15fea20c;p=thirdparty%2Fstrongswan.git added PRINT_CAINFO hook --- diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h index 3e47ef888a..f2b45bb7b3 100644 --- a/src/libstrongswan/printf_hook.h +++ b/src/libstrongswan/printf_hook.h @@ -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 */