Changeset e3fb678


Ignore:
Timestamp:
2005-12-18T16:10:24Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
3e91c3e
Parents:
643dfc4
Message:

Initial work on a SSPI SSL backend

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r643dfc4 re3fb678  
    5959--ipv6=0/1      IPv6 socket support                     $ipv6
    6060
    61 --ssl=...       SSL library to use (gnutls, nss, openssl, bogus, auto)
     61--ssl=...       SSL library to use (gnutls, nss, openssl, sspi, bogus, auto)
    6262                                                        $ssl
    6363EOF
     
    217217        elif [ "$ssl" = "nss" ]; then
    218218                detect_nss;
     219        elif [ "$ssl" = "sspi" ]; then
     220                echo
    219221        elif [ "$ssl" = "openssl" ]; then
    220222                echo
Note: See TracChangeset for help on using the changeset viewer.