aboutsummaryrefslogtreecommitdiff
path: root/src/config/pre.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2014-07-17 15:20:53 -0400
committerGreg Hudson <ghudson@mit.edu>2014-07-19 16:21:15 -0400
commit788e70c7c77b0c1f4a79e3f1b6c96a0cf99e0327 (patch)
tree85dd363fdeb6f6fe20035f9490126e527cdc1b02 /src/config/pre.in
parent472349d2a47fbc7db82e46ba46411b95c312fc1f (diff)
downloadkrb5-788e70c7c77b0c1f4a79e3f1b6c96a0cf99e0327.zip
krb5-788e70c7c77b0c1f4a79e3f1b6c96a0cf99e0327.tar.gz
krb5-788e70c7c77b0c1f4a79e3f1b6c96a0cf99e0327.tar.bz2
Rename --with-proxy-tls-impl to --with-tls-impl
Make the configure option for TLS implementation more generic, in case we use the k5tls module for something other than KDC proxy support. Rename all of the associated symbols for consistency. ticket: 7929
Diffstat (limited to 'src/config/pre.in')
-rw-r--r--src/config/pre.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index fd8ee56..002c2f7 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -429,10 +429,10 @@ PKINIT_CRYPTO_IMPL = @PKINIT_CRYPTO_IMPL@
PKINIT_CRYPTO_IMPL_CFLAGS = @PKINIT_CRYPTO_IMPL_CFLAGS@
PKINIT_CRYPTO_IMPL_LIBS = @PKINIT_CRYPTO_IMPL_LIBS@
-# TLS implementation selection for HTTPS proxy support
-PROXY_TLS_IMPL = @PROXY_TLS_IMPL@
-PROXY_TLS_IMPL_CFLAGS = @PROXY_TLS_IMPL_CFLAGS@
-PROXY_TLS_IMPL_LIBS = @PROXY_TLS_IMPL_LIBS@
+# TLS implementation selection
+TLS_IMPL = @TLS_IMPL@
+TLS_IMPL_CFLAGS = @TLS_IMPL_CFLAGS@
+TLS_IMPL_LIBS = @TLS_IMPL_LIBS@
# error table rules
#