From b1dd44e2f34ca7316a14004b362b5c5eb243d599 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 18 Dec 2004 06:17:33 +0000 Subject: * 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/branches/ruby_1_8@7593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpauth.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/webrick/httpauth.rb') diff --git a/lib/webrick/httpauth.rb b/lib/webrick/httpauth.rb index 3f0b83339d..b78c40fd04 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' -- cgit v1.2.3