From 0953f2a65fa4cda05309c16bfdb3c34cac6df838 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 27 Mar 2007 04:38:22 +0000 Subject: [PATCH] registered PRINT_CERTINFO function with symbol Y --- src/libstrongswan/printf_hook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h index eea42e147..45184a8f0 100644 --- a/src/libstrongswan/printf_hook.h +++ b/src/libstrongswan/printf_hook.h @@ -61,7 +61,7 @@ /** 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' +#define PRINTF_CERTINFO 'Y' /** * Generic arginfo handlers for printf() hooks