diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-18 17:10:24 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-18 17:10:24 +0100 |
commit | e3fb6789b0004c7162efde679632bf094b7b0eec (patch) | |
tree | df92ccf47143754f32a83346553160f4c4c54dce /configure | |
parent | 643dfc4be2e84dc4acb1a446867705e150480210 (diff) |
Initial work on a SSPI SSL backend
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -58,7 +58,7 @@ Option Description Default --ipv6=0/1 IPv6 socket support $ipv6 ---ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto) +--ssl=... SSL library to use (gnutls, nss, openssl, sspi, bogus, auto) $ssl EOF exit; @@ -216,6 +216,8 @@ if [ "$msn" = 1 -o "$jabber" = 1 ]; then detect_gnutls; elif [ "$ssl" = "nss" ]; then detect_nss; + elif [ "$ssl" = "sspi" ]; then + echo elif [ "$ssl" = "openssl" ]; then echo echo 'No detection code exists for OpenSSL. Make sure that you have a complete' |