summaryrefslogtreecommitdiff
path: root/lib/srp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srp.rb')
-rw-r--r--lib/srp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srp.rb b/lib/srp.rb
index 999f9b6..a008b82 100644
--- a/lib/srp.rb
+++ b/lib/srp.rb
@@ -9,5 +9,5 @@
$:.unshift File.dirname(__FILE__)
module SRP
autoload :Client, 'srp/client'
- autoload :Server, 'srp/server'
+ autoload :Authentication, 'srp/authentication'
end