]> git.ipfire.org Git - thirdparty/krb5.git/commit
Rename --with-proxy-tls-impl to --with-tls-impl
authorGreg Hudson <ghudson@mit.edu>
Thu, 17 Jul 2014 19:20:53 +0000 (15:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 19 Jul 2014 20:21:15 +0000 (16:21 -0400)
commit788e70c7c77b0c1f4a79e3f1b6c96a0cf99e0327
tree85dd363fdeb6f6fe20035f9490126e527cdc1b02
parent472349d2a47fbc7db82e46ba46411b95c312fc1f
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
src/Makefile.in
src/config/pre.in
src/configure.in
src/plugins/tls/k5tls/Makefile.in
src/plugins/tls/k5tls/notls.c
src/plugins/tls/k5tls/openssl.c
src/tests/t_proxy.py
src/util/k5test.py