diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-03 17:59:44 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-03 17:59:44 +0000 |
| commit | 108e81f9c30bf09c75eff3217c14baccd07c89a1 (patch) | |
| tree | f957439b14c589244a9bb63cac92d4a6789284cc | |
| parent | ca3d832033a64e346ebddb3bf48103c8b6fc25e0 (diff) | |
| download | ruby-108e81f9c30bf09c75eff3217c14baccd07c89a1.tar.gz ruby-108e81f9c30bf09c75eff3217c14baccd07c89a1.tar.xz ruby-108e81f9c30bf09c75eff3217c14baccd07c89a1.zip | |
ossl_asn1.h was included twice.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | ext/openssl/ossl.h | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -20,8 +20,6 @@ Fri Oct 3 16:13:19 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl.c (Init_openssl): call Init_ossl_asn1. - * ext/openssl/ossl.h: include ossl_asn1.h. - * ext/openssl/extconf.rb: check if X509_ATTRIBUTE has field "single". * ext/openssl/ossl_x509attr.c (ossl_x509attr_set_value): accept diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index c320991b4..bb9bd2a49 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); |
