Changeset 1913
- Timestamp:
- 08/29/08 20:16:09 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/socket.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1912 r1913 1 1 2008-08-29 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/socket.h (OPENSSL_NO_TLSEXT): Fixes the twisted 4 OPENSSL_NO_TLSEXT define. It looks wrong to require a define is 5 case a feature is NOT present on the system. 2 6 3 7 * cherokee/socket.c, cherokee/connection-protected.h, cherokee/trunk/cherokee/socket.h
r1912 r1913 88 88 #endif 89 89 90 #ifndef OPENSSL_NO_TLSEXT 91 # ifndef SSL_CTRL_SET_TLSEXT_HOSTNAME 92 # define OPENSSL_NO_TLSEXT 93 # endif 94 #endif 95 96 90 97 /* Socket status 91 98 */