--- ace/SSL/SSL_Context.cpp.orig 2006-06-22 09:10:08.000000000 -0600 +++ ace/SSL/SSL_Context.cpp 2011-12-30 00:45:46.000000000 -0700 @@ -231,7 +231,7 @@ if (this->context_ != 0) return -1; - SSL_METHOD *method = 0; + const SSL_METHOD *method = 0; switch (mode) { --- patch-ace+SSL+SSL_Context.cpp ends here ---