Changeset 6738a67 for lib/ssl_gnutls.c
- Timestamp:
- 2008-07-16T23:22:52Z (17 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_gnutls.c
r9730d72 r6738a67 216 216 } 217 217 218 /* See ssl_openssl.c for an explanation. */ 219 int ssl_pending( void *conn ) 220 { 221 return 0; 222 } 223 218 224 void ssl_disconnect( void *conn_ ) 219 225 {
Note: See TracChangeset
for help on using the changeset viewer.