Mercurial > pidgin
diff libpurple/sslconn.h @ 18954:d07258902ff3
- Add PURPLE_SSL_CERTIFICATE_INVALID error code
| author | William Ehlhardt <williamehlhardt@gmail.com> |
|---|---|
| date | Tue, 26 Jun 2007 23:45:43 +0000 |
| parents | 3a71a46d171c |
| children | 1677ead39ee3 |
line wrap: on
line diff
--- a/libpurple/sslconn.h Tue Jun 26 23:43:41 2007 +0000 +++ b/libpurple/sslconn.h Tue Jun 26 23:45:43 2007 +0000 @@ -33,7 +33,8 @@ typedef enum { PURPLE_SSL_HANDSHAKE_FAILED = 1, - PURPLE_SSL_CONNECT_FAILED = 2 + PURPLE_SSL_CONNECT_FAILED = 2, + PURPLE_SSL_CERTIFICATE_INVALID = 3 } PurpleSslErrorType; typedef struct _PurpleSslConnection PurpleSslConnection;
