Ruediger Pluem wrote: > > On 02/27/2009 06:16 AM, [email protected] wrote: >> Author: sctemme >> Date: Fri Feb 27 05:16:18 2009 >> New Revision: 748396 >> >> URL: http://svn.apache.org/viewvc?rev=748396&view=rev >> Log: >> The development trunk of OpenSSL has tightened up the type safety of the >> STACK construct >> and the functions that manipulate it. Make httpd trunk compile against >> OpenSSL HEAD >> as well as OpenSSL 0.9.8j. Also, get rid of some warnings.
I filed a bug (+ patch) about this in August last year: https://issues.apache.org/bugzilla/show_bug.cgi?id=45521 ... and find it rather irritating that the required modifications now appear to have been redone from scratch (not that I'm particularly keen on getting my specific code into the tree, but two persons doing the same within a few months is pretty needless). > Hm. Now I get the following warning with openssl-0.9.8d: > > ab.c: In function 'main': > ab.c:2230: warning: passing argument 1 of 'SSL_CTX_new' discards qualifiers > from pointer target type It seems to me that the changes which constify SSL_CIPHER and SSL_METHOD are not really related to the modifications for additional STACK type safety, or am I missing something? Kaspar
