From 1a760a6f76e5b2fad343fce10ebf831fe22286b4 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 14 Jul 2004 09:09:36 +0000 Subject: * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of argument. [ruby-dev:23891] * test/openssl/test_x509store.rb: prune tests for CRL checking unless X509::V_FLAG_CRL_CHECK is defined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_asn1.c') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index 7d364712b6..a961c16bc0 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -950,7 +950,7 @@ ossl_asn1prim_to_der(VALUE self) } static VALUE -ossl_asn1cons_to_der(self) +ossl_asn1cons_to_der(VALUE self) { int tag, tn, tc, explicit; long seq_len, length; -- cgit v1.2.3