Changeset 19ac9c5 for protocols/ssl_openssl.c
- Timestamp:
- 2006-05-13T19:44:59Z (17 years ago)
- Branches:
- master
- Children:
- 0356ae3
- Parents:
- 782d988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/ssl_openssl.c
r782d988 r19ac9c5 115 115 int st; 116 116 117 if( 0 && conn->inpa != -1 )118 {119 b_event_remove( conn->inpa );120 conn->inpa = -1;121 }122 123 117 if( ( st = SSL_connect( conn->ssl ) ) < 0 ) 124 118 {
Note: See TracChangeset
for help on using the changeset viewer.