From 2953dfd4ad925a669110fed1993d6e83b24e420f Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 5 Jan 2015 11:59:50 -0800 Subject: Sync with ruby trunk --- ext/openssl/ossl_bn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_bn.c') diff --git a/ext/openssl/ossl_bn.c b/ext/openssl/ossl_bn.c index 0af7d639..58796fe2 100644 --- a/ext/openssl/ossl_bn.c +++ b/ext/openssl/ossl_bn.c @@ -45,7 +45,7 @@ ossl_bn_size(const void *ptr) static const rb_data_type_t ossl_bn_type = { "OpenSSL/BN", {0, ossl_bn_free, ossl_bn_size,}, - NULL, NULL, + 0, 0, RUBY_TYPED_FREE_IMMEDIATELY, }; -- cgit v1.2.3