1 --- ppt/SSLClient.cc 2009-08-23 14:35:45.000000000 -0500
2 +++ ppt/SSLClient.cc-new 2010-09-18 03:35:19.026668344 -0500
5 BESDEBUG( "ppt", "OK" << endl ) ;
7 - SSL_METHOD *method = NULL ;
8 + SSL_METHOD const *method = NULL ;
9 SSL_CTX *context = NULL ;
11 BESDEBUG( "ppt", "Creating method and context ... " << endl ) ;
12 --- ppt/SSLServer.cc 2009-08-23 14:35:45.000000000 -0500
13 +++ ppt/SSLServer.cc-new 2010-09-18 03:47:07.806668644 -0500
16 BESDEBUG( "ppt", "OK" << endl ) ;
18 - SSL_METHOD *method = NULL ;
19 + SSL_METHOD const *method = NULL ;
20 SSL_CTX *context = NULL ;
21 BESDEBUG( "ppt", "Creating method and context ... " << endl ) ;
22 method = SSLv3_server_method() ;