summaryrefslogtreecommitdiffstats
path: root/lib/webrick/httpauth.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-18 06:17:33 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-18 06:17:33 +0000
commit5b47941e33a167412286a96c1331fddf22873edf (patch)
tree92bc8343b2a958852b8e42e5a83bf58dc0ff8998 /lib/webrick/httpauth.rb
parenta714c75647eddc01b56ca8a7b1924e32eef3460a (diff)
downloadruby-5b47941e33a167412286a96c1331fddf22873edf.tar.gz
ruby-5b47941e33a167412286a96c1331fddf22873edf.tar.xz
ruby-5b47941e33a167412286a96c1331fddf22873edf.zip
* lib/webrick/httpauth.rb,
lib/webrick/httpauth/{basicauth.rb,digestauth.rb}: use pack/unpack-template char "m" instead of lib/base64.rb to do base64 encoding/decoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/webrick/httpauth.rb')
-rw-r--r--lib/webrick/httpauth.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/webrick/httpauth.rb b/lib/webrick/httpauth.rb
index 3f0b83339..b78c40fd0 100644
--- a/lib/webrick/httpauth.rb
+++ b/lib/webrick/httpauth.rb
@@ -8,7 +8,6 @@
#
# $IPR: httpauth.rb,v 1.14 2003/07/22 19:20:42 gotoyuzo Exp $
-require 'base64'
require 'webrick/httpauth/basicauth'
require 'webrick/httpauth/digestauth'
require 'webrick/httpauth/htpasswd'