aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-05 04:13:13 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 14:18:02 +0100
commitcc14523440c99ff970e9a002f600133deab4b5dd (patch)
treeee0ffd929612b0c2e5cd1fc5d4bc6a064fa1806c /libqpdf/qpdf
parentd0a53cd3ea89c4720c8de645f5347a55653d66d4 (diff)
downloadqpdf-cc14523440c99ff970e9a002f600133deab4b5dd.tar.zst
Update autoconf to support crypto selection
Diffstat (limited to 'libqpdf/qpdf')
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in
index 4eeff555..20441efd 100644
--- a/libqpdf/qpdf/qpdf-config.h.in
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -3,6 +3,9 @@
/* Whether to avoid use of HANDLE in Windows */
#undef AVOID_WINDOWS_HANDLE
+/* Default crypto provider */
+#undef DEFAULT_CRYPTO
+
/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11
@@ -81,6 +84,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Whether to use the native crypto provider */
+#undef USE_CRYPTO_NATIVE
+
/* Whether to use insecure random numbers */
#undef USE_INSECURE_RANDOM