From 8a80e34b9623bfb13b09a7c973e2815d50440e3b Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sun, 23 Jul 2017 13:30:20 +0900 Subject: asn1: remove an unnecessary function prototype --- ext/openssl/ossl_asn1.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/openssl') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index 24a6692d..580c4da8 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -13,7 +13,6 @@ static VALUE join_der(VALUE enumerable); static VALUE ossl_asn1_decode0(unsigned char **pp, long length, long *offset, int depth, int yield, long *num_read); static VALUE ossl_asn1_initialize(int argc, VALUE *argv, VALUE self); -static VALUE ossl_asn1eoc_initialize(VALUE self); /* * DATE conversion -- cgit v1.2.3