aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_hmac.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2003-02-24 07:39:48 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2003-02-24 07:39:48 +0000
commit8a9cc5d9a06b9cd59ec2e323855c4ed62b3de2af (patch)
treeecce82cecc1491d35b4eae20e152f02d6d222a0f /ossl_hmac.c
parentb24f9facaf479085d436cddf058863b04a85b20c (diff)
downloadruby-openssl-history-8a9cc5d9a06b9cd59ec2e323855c4ed62b3de2af.tar.gz
Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)
Diffstat (limited to 'ossl_hmac.c')
-rw-r--r--ossl_hmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ossl_hmac.c b/ossl_hmac.c
index 1c4ac5d..a8169aa 100644
--- a/ossl_hmac.c
+++ b/ossl_hmac.c
@@ -48,6 +48,7 @@ ossl_hmac_alloc(VALUE klass)
return obj;
}
+DEFINE_ALLOC_WRAPPER(ossl_hmac_alloc)
static VALUE
ossl_hmac_initialize(VALUE self, VALUE key, VALUE digest)