Ignore:
Timestamp:
2005-12-16T17:58:00Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
12c6634, 4bfca70
Parents:
c4168f4
Message:

Non-blocking SSL handshakes for GnuTLS. The rest might come later, but is
slightly less important.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_client.h

    rc4168f4 r701acdd4  
    2727#include "proxy.h"
    2828
     29#define SSL_OK            0
     30#define SSL_NOHANDSHAKE   1
     31#define SSL_AGAIN         2
     32
     33extern int ssl_errno;
     34
    2935typedef void (*SslInputFunction)(gpointer, void*, GaimInputCondition);
    3036
Note: See TracChangeset for help on using the changeset viewer.