summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_hmac.c')
-rw-r--r--ext/openssl/ossl_hmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_hmac.c b/ext/openssl/ossl_hmac.c
index 05b6e81202..ffd5ec3841 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)