/[mailutils]/mailutils/auth/tls.c
ViewVC logotype

Diff of /mailutils/auth/tls.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by polak, Mon Feb 10 20:06:57 2003 UTC revision 1.12 by gray, Sat Jul 26 11:20:31 2003 UTC
# Line 345  _tls_open (stream_t stream) Line 345  _tls_open (stream_t stream)
345    gnutls_certificate_set_dh_params (x509_cred, dh_params);    gnutls_certificate_set_dh_params (x509_cred, dh_params);
346    
347    s->session = initialize_tls_session ();    s->session = initialize_tls_session ();
348    gnutls_transport_set_ptr2 (s->session, s->ifd, s->ofd);    gnutls_transport_set_ptr2 (s->session, (gnutls_transport_ptr) s->ifd,
349                                 (gnutls_transport_ptr) s->ofd);
350    
351    rc = gnutls_handshake (s->session);    rc = gnutls_handshake (s->session);
352    if (rc < 0)    if (rc < 0)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26