updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / bes / patch
blobc9c14d75c4a2a039664a65691830cb01c0c54666
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
3 @@ -79,7 +79,7 @@
4      SSL_library_init() ;
5      BESDEBUG( "ppt", "OK" << endl ) ;
6  
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
14 @@ -83,7 +83,7 @@
15      SSL_library_init() ;
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() ;