summaryrefslogtreecommitdiff
path: root/lib/ruby-srp.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-10-05 12:44:47 +0200
committerAzul <azul@riseup.net>2012-10-05 12:44:47 +0200
commit7762129834afab32dbdd4b16e79b4fd487d1fafe (patch)
tree63e226e1df93e95a8e9be2494c8d58ab5d04839c /lib/ruby-srp.rb
parent9683634eb18843151d318b483a5fb237508f4755 (diff)
parentce246cb722f7f61b3a1ba7223857627f1bed4f4c (diff)
Merge branch 'feature-py_srp_compat' into developdevelop
Diffstat (limited to 'lib/ruby-srp.rb')
-rw-r--r--lib/ruby-srp.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ruby-srp.rb b/lib/ruby-srp.rb
index 7cbe06f..383cbca 100644
--- a/lib/ruby-srp.rb
+++ b/lib/ruby-srp.rb
@@ -10,6 +10,8 @@ $:.unshift File.dirname(__FILE__)
module SRP
autoload :Client, 'srp/client'
autoload :Authentication, 'srp/authentication'
+ autoload :Util, 'srp/util'
+ autoload :Session, 'srp/session'
class WrongPassword < StandardError
end
end