Ignore:
Timestamp:
2005-12-17T01:25:58Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
e3fb678
Parents:
4146a07 (diff), 32c632f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_client.h

    r4146a07 r643dfc4  
    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.