summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-16 22:25:02 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-16 22:25:02 +0000
commit7a051f34b9759431cad93b64c5762006720e97c5 (patch)
treed0afc3773c6beac7d89c81c29c809a63bf237d0c
parent7c1c081481b220c5cc786a46bc07d889eba4d900 (diff)
downloadruby-7a051f34b9759431cad93b64c5762006720e97c5.tar.gz
ruby-7a051f34b9759431cad93b64c5762006720e97c5.tar.xz
ruby-7a051f34b9759431cad93b64c5762006720e97c5.zip
* ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:
compile sha1 in as well as md5. * ext/Setup: put sha1 in a comment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
-rw-r--r--ext/Setup1
-rw-r--r--ext/Setup.dj1
-rw-r--r--ext/Setup.emx1
-rw-r--r--ext/Setup.nt1
-rw-r--r--ext/Setup.x681
6 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e4b03f9f..dd5367a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu May 17 07:21:44 2001 Akinori MUSHA <knu@iDaemons.org>
+
+ * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:
+ compile sha1 in as well as md5.
+
+ * ext/Setup: put sha1 in a comment.
+
Thu May 17 07:16:38 2001 Akinori MUSHA <knu@iDaemons.org>
* ext/sha1/sha1.txt.jp: add the Japanese version derived from
diff --git a/ext/Setup b/ext/Setup
index 039747115..29bc72240 100644
--- a/ext/Setup
+++ b/ext/Setup
@@ -9,6 +9,7 @@
#md5
#pty
#sdbm
+#sha1
#socket
#tk
#tcltklib
diff --git a/ext/Setup.dj b/ext/Setup.dj
index 6c955cba1..e61102a5b 100644
--- a/ext/Setup.dj
+++ b/ext/Setup.dj
@@ -11,5 +11,6 @@ marshal
md5
readline
sdbm
+sha1
#socket
#tkutil
diff --git a/ext/Setup.emx b/ext/Setup.emx
index dbb4b7a61..1f83a95d2 100644
--- a/ext/Setup.emx
+++ b/ext/Setup.emx
@@ -11,6 +11,7 @@ nkf
#pty
#readline
#sdbm
+sha1
socket
#tcltklib
#tk
diff --git a/ext/Setup.nt b/ext/Setup.nt
index cd7969bb7..9aa72432d 100644
--- a/ext/Setup.nt
+++ b/ext/Setup.nt
@@ -14,6 +14,7 @@ nkf
#pty
#readline
sdbm
+sha1
socket
#tcltklib
#tk
diff --git a/ext/Setup.x68 b/ext/Setup.x68
index 25adea203..94d198b9f 100644
--- a/ext/Setup.x68
+++ b/ext/Setup.x68
@@ -8,5 +8,6 @@ fcntl
kconv
marshal
md5
+sha1
#socket
#tkutil