Changeset f920d9e for lib/ssl_gnutls.c


Ignore:
Timestamp:
2006-10-19T07:51:35Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
dfa41a4
Parents:
1991be6
Message:

Added starttls code to ssl_openssl.c so GnuTLS isn't the only supported
SSL module in this branch anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_gnutls.c

    r1991be6 rf920d9e  
    108108        {
    109109                conn->func( conn->data, NULL, cond );
    110                
    111110                g_free( conn );
    112                
    113111                return FALSE;
    114112        }
Note: See TracChangeset for help on using the changeset viewer.