diff options
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) |