Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Dec 2005 15:14:04 +0000 (15:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Dec 2005 15:14:04 +0000 (15:14 +0000)
commit083c5e17e176058190d228ee9c25987898014417
treed165f74083bffd9182d0ffeba8a6a76117e0f351
parent272231fb09052e97a218d9ea00db57692d59c1de
Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in
SSL_CTX_new and others, and also makes functions SSLv23_client_method,
TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous
versions do not use the 'const' qualifier.
lib/ssluse.c