From 8a9cc5d9a06b9cd59ec2e323855c4ed62b3de2af Mon Sep 17 00:00:00 2001 From: Michal Rokos Date: Mon, 24 Feb 2003 07:39:48 +0000 Subject: Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working) --- ossl_hmac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ossl_hmac.c') 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) -- cgit v1.2.3