comparison libpurple/sslconn.h @ 17497:3ce170204ef0

disapproval of revision '38e35430b0f7a8b7d764fca702732e7f1c652d02'
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 31 May 2007 00:39:01 +0000
parents e0eb1eb5b47b
children 33690062e8b3
comparison
equal deleted inserted replaced
17496:e0eb1eb5b47b 17497:3ce170204ef0
30 #define PURPLE_SSL_DEFAULT_PORT 443 30 #define PURPLE_SSL_DEFAULT_PORT 443
31 31
32 typedef enum 32 typedef enum
33 { 33 {
34 PURPLE_SSL_HANDSHAKE_FAILED = 1, 34 PURPLE_SSL_HANDSHAKE_FAILED = 1,
35 PURPLE_SSL_CONNECT_FAILED = 2, 35 PURPLE_SSL_CONNECT_FAILED = 2
36 PURPLE_SSL_PEER_AUTH_FAILED = 3
37 } PurpleSslErrorType; 36 } PurpleSslErrorType;
38 37
39 typedef struct _PurpleSslConnection PurpleSslConnection; 38 typedef struct _PurpleSslConnection PurpleSslConnection;
40 39
41 typedef void (*PurpleSslInputFunction)(gpointer, PurpleSslConnection *, 40 typedef void (*PurpleSslInputFunction)(gpointer, PurpleSslConnection *,