diff options
-rw-r--r-- | ext/openssl/ossl_pkey.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ void Init_ossl_ec(void); static VALUE ossl_##_keytype##_get_##_name(VALUE self) \ { \ _type *obj; \ - BIGNUM *bn; \ \ Get##_type(self, obj); \ _get; \ |