aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2002-06-11 07:23:42 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2002-06-11 07:23:42 +0000
commit1e836f713842f9ca446b6aff5007d4f072573658 (patch)
treee7c1b01e344e31ede48c9b35df3687264679ffe6
parent60b4f00e727ef639ce092d2e03a93a44c1a0d45f (diff)
downloadruby-openssl-history-1e836f713842f9ca446b6aff5007d4f072573658.tar.gz
ossl.h: remove <openssl/bn_lcl.h>.
-rw-r--r--ChangeLog3
-rw-r--r--ossl.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67ab922..a7c0500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ ChangeLog for
### CHANGE LOG ###
+Tue, 11 Jun 2002 15:46:20 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * ossl.h: remove <openssl/bn_lcl.h>.
+
Tue, 11 Jun 2002 02:58:24 +0200 -- Michal Rokos <m.rokos@sh.cvut.cz>
* pkey.c: don't segfault when signing with public key - check added
diff --git a/ossl.h b/ossl.h
index 1eb98db..c1457f4 100644
--- a/ossl.h
+++ b/ossl.h
@@ -38,7 +38,6 @@ extern "C" {
#include <openssl/ssl.h>
#include <openssl/hmac.h>
#include <openssl/rand.h>
-#include <openssl/bn_lcl.h>
#if defined(NT)
# undef OpenFile
#endif