aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--ext/openssl/ossl.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1acf9e8eba..1cefe6a2e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 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);