From fd8819e06fe081666ec75a20b15127f6536e92d4 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 6 Mar 2007 14:27:34 +0000 Subject: [PATCH] added print hook for certinfo_t printing --- src/libstrongswan/printf_hook.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h index ec442944d..eea42e147 100644 --- a/src/libstrongswan/printf_hook.h +++ b/src/libstrongswan/printf_hook.h @@ -60,6 +60,8 @@ #define PRINTF_TIME_DELTA 'V' /** 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 'X' /** * Generic arginfo handlers for printf() hooks