Changeset b79308b for lib/ssl_gnutls.c
- Timestamp:
- 2008-04-14T13:10:53Z (17 years ago)
- Branches:
- master
- Children:
- 0cab388
- Parents:
- 6cac643 (diff), aa31117 (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
r6cac643 rb79308b 211 211 } 212 212 213 /* See ssl_openssl.c for an explanation. */ 214 int ssl_pending( void *conn ) 215 { 216 return 0; 217 } 218 213 219 void ssl_disconnect( void *conn_ ) 214 220 {
Note: See TracChangeset
for help on using the changeset viewer.