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 | cf66d4941a075d81d651638d69100dea458bd81b (patch) | |
tree | 5fc395099c17ce9fbf3a7f4f95b283c898c7858a /ext/openssl/ossl_hmac.c | |
parent | c02da8ed26ea04cc5a054267b662f899a7df9411 (diff) | |
download | ruby-cf66d4941a075d81d651638d69100dea458bd81b.tar.gz ruby-cf66d4941a075d81d651638d69100dea458bd81b.tar.xz ruby-cf66d4941a075d81d651638d69100dea458bd81b.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@4522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_hmac.c')
-rw-r--r-- | ext/openssl/ossl_hmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_hmac.c b/ext/openssl/ossl_hmac.c index 05b6e8120..ffd5ec384 100644 --- a/ext/openssl/ossl_hmac.c +++ b/ext/openssl/ossl_hmac.c @@ -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) |