mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db to
suppress warning: instance variable @npn_select_cb not initialized git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									315cbef835
								
							
						
					
					
						commit
						e8854f8c62
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
Tue Sep 18 17:51:29 2012  NARUSE, Yui  <naruse@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db to
 | 
			
		||||
	  suppress warning: instance variable @npn_select_cb not initialized
 | 
			
		||||
 | 
			
		||||
Sun Sep 16 17:47:00 2012  Eric Hodel  <drbrain@segment7.net>
 | 
			
		||||
 | 
			
		||||
	* tool/change_maker.rb:  Update svn detection for subversion 1.7's
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -72,6 +72,7 @@ static const char *ossl_sslctx_attrs[] = {
 | 
			
		|||
#endif
 | 
			
		||||
#ifdef HAVE_OPENSSL_NPN_NEGOTIATED
 | 
			
		||||
    "npn_protocols",
 | 
			
		||||
    "npn_select_cb",
 | 
			
		||||
#endif
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue