diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-06 08:56:09 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-06 08:56:09 +0000 |
commit | 256d273e69081484b1a30a66a9be196b7d2e1ac2 (patch) | |
tree | 5fc395099c17ce9fbf3a7f4f95b283c898c7858a /ext/openssl/ossl_cipher.c | |
parent | dc29af2a0641f839f4a624468f73da50a614b300 (diff) |
* 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
Diffstat (limited to 'ext/openssl/ossl_cipher.c')
-rw-r--r-- | ext/openssl/ossl_cipher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c index 02e3dcd488..b639af2035 100644 --- a/ext/openssl/ossl_cipher.c +++ b/ext/openssl/ossl_cipher.c @@ -82,7 +82,6 @@ ossl_cipher_alloc(VALUE klass) return obj; } -DEFINE_ALLOC_WRAPPER(ossl_cipher_alloc) static VALUE ossl_cipher_initialize(VALUE self, VALUE str) |