Hi,

> I am getting compilation error while compiling x509.c file.
> 
> Whack_log(RC_COMMENT, " subject: \"%Y\"",...)

Please provide the complete compiler error.

> The compiler is not able to identify "%Y"

The compiler does not have to, %Y is part of the format string. The
printf hook will handle this custom format specifier.

Regards
Martin

_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to