Changeset 8a2221a7 for lib/ssl_client.h


Ignore:
Timestamp:
2008-03-23T14:29:19Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
dd14ecc
Parents:
851a8c2
Message:

Fixed stalling issue with OpenSSL and Jabber (#368).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_client.h

    r851a8c2 r8a2221a7  
    6060G_MODULE_EXPORT int ssl_write( void *conn, const char *buf, int len );
    6161
     62/* See ssl_openssl.c for an explanation. */
     63G_MODULE_EXPORT int ssl_pending( void *conn );
     64
    6265/* Abort the SSL connection and disconnect the socket. Do not use close()
    6366   directly, both the SSL library and the peer will be unhappy! */
Note: See TracChangeset for help on using the changeset viewer.