Changeset 6738a67 for lib/ssl_client.h
- Timestamp:
- 2008-07-16T23:22:52Z (13 years ago)
- Branches:
- master
- Children:
- 9b55485
- Parents:
- 9730d72 (diff), 6a78c0e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ssl_client.h
r9730d72 r6738a67 63 63 G_MODULE_EXPORT int ssl_write( void *conn, const char *buf, int len ); 64 64 65 /* See ssl_openssl.c for an explanation. */ 66 G_MODULE_EXPORT int ssl_pending( void *conn ); 67 65 68 /* Abort the SSL connection and disconnect the socket. Do not use close() 66 69 directly, both the SSL library and the peer will be unhappy! */
Note: See TracChangeset
for help on using the changeset viewer.