Changeset 3522
- Timestamp:
- 01/18/06 18:53:57 (3 years ago)
- Files:
-
- trackerd/trunk/trackerd/tracker.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/trackerd/tracker.c
r3461 r3522 208 208 wt_socket_context = wi_socket_context_init(wi_socket_context_alloc()); 209 209 210 if(!wi_socket_context_set_ssl (wt_socket_context, WI_SOCKET_SSL_SERVER))210 if(!wi_socket_context_set_ssl_type(wt_socket_context, WI_SOCKET_SSL_SERVER)) 211 211 wi_log_err(WI_STR("Could not set SSL context: %m")); 212 212
