Index: libopenid-ruby-2.1.8debian.orig/lib/openid/cryptutil.rb
===================================================================
--- libopenid-ruby-2.1.8debian.orig.orig/lib/openid/cryptutil.rb	2010-04-11 22:20:42.000000000 -0300
+++ libopenid-ruby-2.1.8debian.orig/lib/openid/cryptutil.rb	2010-04-11 22:20:53.000000000 -0300
@@ -4,8 +4,8 @@
 begin
   require "digest/hmac"
 rescue LoadError
-  require "hmac/sha1"
-  require "hmac/sha2"
+  require "hmac-sha1"
+  require "hmac-sha2"
 end
 
 module OpenID
