1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-12-20 06:18:26 +00:00
parent 215b54806b
commit d3d00ab8fe
2 changed files with 2 additions and 2 deletions

View file

@ -639,7 +639,7 @@ ossl_cipher_is_authenticated(VALUE self)
nid = EVP_CIPHER_CTX_nid(ctx);
if (ossl_is_gcm(nid)) {
return Qtrue;
return Qtrue;
} else {
return Qfalse;
}

View file

@ -14,7 +14,7 @@ class OpenSSL::TestCipher < Test::Unit::TestCase
ciphers.include?(name)
end
has_cipher?(name)
end
end
def has_ciphers?(list)
list.all? { |name| has_cipher?(name) }