aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/httpauth/basicauth.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
commit93ed2c7b1e0370287228c967c9973c9f2344fc54 (patch)
tree92bc8343b2a958852b8e42e5a83bf58dc0ff8998 /lib/webrick/httpauth/basicauth.rb
parent7614d647251da818f5f8d851528de52c6c601611 (diff)
downloadruby-93ed2c7b1e0370287228c967c9973c9f2344fc54.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@7593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/webrick/httpauth/basicauth.rb')
-rw-r--r--lib/webrick/httpauth/basicauth.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/webrick/httpauth/basicauth.rb b/lib/webrick/httpauth/basicauth.rb
index 926a6b8289..ca5b0e9da3 100644
--- a/lib/webrick/httpauth/basicauth.rb
+++ b/lib/webrick/httpauth/basicauth.rb
@@ -10,7 +10,6 @@
require 'webrick/config'
require 'webrick/httpstatus'
require 'webrick/httpauth/authenticator'
-require 'base64'
module WEBrick
module HTTPAuth