summaryrefslogtreecommitdiffstats
path: root/src/config/pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/pre.in')
-rw-r--r--src/config/pre.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 8efa54913f..de08645550 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -411,6 +411,10 @@ TCL_RPATH = @TCL_RPATH@
TCL_MAYBE_RPATH = @TCL_MAYBE_RPATH@
TCL_INCLUDES = @TCL_INCLUDES@
+# Crypto and PRNG back-end selections
+CRYPTO_IMPL = @CRYPTO_IMPL@
+PRNG_ALG = @PRNG_ALG@
+
# error table rules
#
### /* these are invoked as $(...) foo.et, which works, but could be better */