summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-03 17:59:44 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-03 17:59:44 +0000
commit9d04d1df145bace824d89c66947994a5e0c93566 (patch)
treef957439b14c589244a9bb63cac92d4a6789284cc /ext
parent6ea9e723ea7ccff688c7bc093d868314d29fe95a (diff)
ossl_asn1.h was included twice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index c320991b44..bb9bd2a497 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -201,7 +201,6 @@ void ossl_debug(const char *, ...);
#include "ossl_version.h"
#include "ossl_x509.h"
#include "ossl_engine.h"
-#include "ossl_asn1.h"
void Init_openssl(void);