aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-02-14 10:54:39 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-02-14 10:54:39 +0000
commit61eb45caf5e85aa73eecc1da11dabfca15fea20c (patch)
tree6e17f002bf9993c64d47f39c5beea26a6f95cc4f
parent786b0706b4783de4f2c9128b096bd6b0c8d49940 (diff)
downloadstrongswan-61eb45caf5e85aa73eecc1da11dabfca15fea20c.tar.bz2
strongswan-61eb45caf5e85aa73eecc1da11dabfca15fea20c.tar.xz
added PRINT_CAINFO hook
-rw-r--r--src/libstrongswan/printf_hook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h
index 3e47ef888..f2b45bb7b 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 */