* Makefile.am (starttls_SOURCES): Add gnutls.c if USE_GNUTLS
authorueno <ueno>
Wed, 9 Jun 2004 06:56:12 +0000 (06:56 +0000)
committerueno <ueno>
Wed, 9 Jun 2004 06:56:12 +0000 (06:56 +0000)
commita676a49c84f8790fda17ae1ce7544f8656eff6d2
treec4c2cb43f55c1d977e9fc4375b12afa394990ee9
parent074b050ab6fcda22a1df3988908fc3746255ff1e
* Makefile.am (starttls_SOURCES): Add gnutls.c if USE_GNUTLS
conditional is asserted.
* starttls.c (socket_connect): Renamed from tls_connect.
* configure.in: Add --with-gnutls.
* gnutls.c: New file; support build with GnuTLS.
ChangeLog
Makefile.am
configure.in
gnutls.c [new file with mode: 0644]
openssl.c
starttls.c