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
|
@ -55,7 +55,6 @@ ossl_hmac_alloc(VALUE klass)
|
|||
|
||||
return obj;
|
||||
}
|
||||
DEFINE_ALLOC_WRAPPER(ossl_hmac_alloc)
|
||||
|
||||
static VALUE
|
||||
ossl_hmac_initialize(VALUE self, VALUE key, VALUE digest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue