diff --git a/lib/amazon/aws/search.rb b/lib/amazon/aws/search.rb index e580588..752df28 100755 --- a/lib/amazon/aws/search.rb +++ b/lib/amazon/aws/search.rb @@ -38,7 +38,7 @@ class LocaleError < Amazon::AWS::Error::AWSError; end # Requests are authenticated using the SHA-256 Secure Hash Algorithm. # - DIGEST = OpenSSL::Digest::Digest.new( 'sha256' ) if DIGEST_SUPPORT + DIGEST = OpenSSL::Digest.new( 'sha256' ) if DIGEST_SUPPORT attr_reader :conn, :config, :locale, :query, :user_agent attr_writer :cache