Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_client.h

    r42127dc 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.