> [[email protected] - Fri Apr 03 09:08:23 2009]: > > > OpenSSL_1_0_0-stable and HEAD use socklen_t. > Some platforms do not have the socklen_t data type. > > I propose the following patch (also attached) so a person could > ./config --socklen_t=int >
There isn't any real need for a specific configuration file option. Passing -DSOCKLEN_T=int config should work. If there is a known platform where the socklen_t logic doesn't work we should really covert in in the header. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
