diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-06 12:18:38 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-06 12:18:38 +0000 |
| commit | 28ed738bd5bb427c8e0076ded8237d2334325b46 (patch) | |
| tree | 446cffbab1f12a649fa88e474c88297a7b4eec1a | |
| parent | 4a6d9c0d4cec2b7e8bd40d88ca830f467e88a94b (diff) | |
| download | ruby-28ed738bd5bb427c8e0076ded8237d2334325b46.tar.gz ruby-28ed738bd5bb427c8e0076ded8237d2334325b46.tar.xz ruby-28ed738bd5bb427c8e0076ded8237d2334325b46.zip | |
* ext/digest/sha2/lib/sha2.eb: should require sha2.so.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | ext/digest/sha2/lib/sha2.rb | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Aug 6 21:18:15 2009 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/digest/sha2/lib/sha2.eb: should require sha2.so. + Thu Aug 6 21:11:40 2009 NAKAMURA Usaku <usa@ruby-lang.org> * ext/digest/sha2/sha2.c (*_Final): typos. diff --git a/ext/digest/sha2/lib/sha2.rb b/ext/digest/sha2/lib/sha2.rb index 52dd639f9..b8e460947 100644 --- a/ext/digest/sha2/lib/sha2.rb +++ b/ext/digest/sha2/lib/sha2.rb @@ -10,6 +10,7 @@ # $Id$ require 'digest' +require 'digest/sha2.so' module Digest # |
