]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added PRINT_CAINFO hook
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Feb 2007 10:54:39 +0000 (10:54 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Feb 2007 10:54:39 +0000 (10:54 -0000)
src/libstrongswan/printf_hook.h

index 3e47ef888a876b96c7b8e92e311f8d7b6ce4c7aa..f2b45bb7b386d78de58f7ebee3c0315441ed95d5 100644 (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 */