Changeset 8a2221a7 for lib/ssl_client.h
- Timestamp:
- 2008-03-23T14:29:19Z (17 years ago)
- Branches:
- master
- Children:
- dd14ecc
- Parents:
- 851a8c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ssl_client.h
r851a8c2 r8a2221a7 60 60 G_MODULE_EXPORT int ssl_write( void *conn, const char *buf, int len ); 61 61 62 /* See ssl_openssl.c for an explanation. */ 63 G_MODULE_EXPORT int ssl_pending( void *conn ); 64 62 65 /* Abort the SSL connection and disconnect the socket. Do not use close() 63 66 directly, both the SSL library and the peer will be unhappy! */
Note: See TracChangeset
for help on using the changeset viewer.