summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@ruby-lang.org>2003-10-03 17:59:44 +0000
committergotoyuzo <gotoyuzo@ruby-lang.org>2003-10-03 17:59:44 +0000
commitabae3e89e05b190c8d172a6244c726aa671cd23b (patch)
tree9871103ef16c2da66a436b251a111579f6b64687 /ext/openssl/ossl.h
parentd9841ec0f8dec37d1870a3949aec583db4823921 (diff)
downloadruby-openssl-history-abae3e89e05b190c8d172a6244c726aa671cd23b.tar.gz
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/openssl/ossl.h')
-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 c320991..bb9bd2a 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);