aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-07-23 13:30:20 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-07-23 13:32:35 +0900
commit8a80e34b9623bfb13b09a7c973e2815d50440e3b (patch)
tree53f16a36d20d2c7e578bd982de8d62faedc60329 /ext/openssl/ossl_asn1.c
parentba33960b1d17b3147770602e15053cf7611ea81f (diff)
downloadruby-openssl-8a80e34b9623bfb13b09a7c973e2815d50440e3b.tar.gz
asn1: remove an unnecessary function prototype
Diffstat (limited to 'ext/openssl/ossl_asn1.c')
-rw-r--r--ext/openssl/ossl_asn1.c1
1 files changed, 0 insertions, 1 deletions
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