mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/openssl/ruby_missing.c: rid of unnecessary backward
compatibility stuff. and remove DEFINE_ALLOC_WRAPPER from all sources. * ext/openssl/ossl_x509ext.c (X509::Extension.new): new method. * ext/openssl/ossl_x509ext.c (X509::Extension#oid=): new method. * ext/openssl/ossl_x509ext.c (X509::Extension#value=): new method. * ext/openssl/ossl_x509ext.c (X509::Extension#critical=): new method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									dc29af2a06
								
							
						
					
					
						commit
						256d273e69
					
				
					 17 changed files with 102 additions and 37 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,6 @@ ossl_x509store_alloc(VALUE klass)
 | 
			
		|||
 | 
			
		||||
    return obj;
 | 
			
		||||
}
 | 
			
		||||
DEFINE_ALLOC_WRAPPER(ossl_x509store_alloc)
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * General callback for OpenSSL verify
 | 
			
		||||
| 
						 | 
				
			
			@ -329,7 +328,6 @@ ossl_x509stctx_alloc(VALUE klass)
 | 
			
		|||
 | 
			
		||||
    return obj;
 | 
			
		||||
}
 | 
			
		||||
DEFINE_ALLOC_WRAPPER(ossl_x509stctx_alloc)
 | 
			
		||||
 | 
			
		||||
static VALUE
 | 
			
		||||
ossl_x509stctx_initialize(int argc, VALUE *argv, VALUE self)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue