x509: Manually print CRL/OCSP URIs when fuzzing

This avoids a warning about the custom %Y printf specifier.
This commit is contained in:
Tobias Brunner
2017-05-23 18:29:12 +02:00
parent 83eacc448c
commit 92a10e4645
2 changed files with 28 additions and 8 deletions
+3
View File
@@ -1732,6 +1732,9 @@ fi
if test x$ikev2 = xtrue; then
AC_DEFINE([USE_IKEV2], [], [support for IKEv2 protocol])
fi
if test x$fuzzing = xtrue; then
AC_DEFINE([USE_FUZZING], [], [build code for fuzzing])
fi
# ====================================================
# options for enabled modules (see conf/Makefile.am)