* 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:
parent
215b54806b
commit
d3d00ab8fe
@ -639,7 +639,7 @@ ossl_cipher_is_authenticated(VALUE self)
|
|||||||
nid = EVP_CIPHER_CTX_nid(ctx);
|
nid = EVP_CIPHER_CTX_nid(ctx);
|
||||||
|
|
||||||
if (ossl_is_gcm(nid)) {
|
if (ossl_is_gcm(nid)) {
|
||||||
return Qtrue;
|
return Qtrue;
|
||||||
} else {
|
} else {
|
||||||
return Qfalse;
|
return Qfalse;
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ class OpenSSL::TestCipher < Test::Unit::TestCase
|
|||||||
ciphers.include?(name)
|
ciphers.include?(name)
|
||||||
end
|
end
|
||||||
has_cipher?(name)
|
has_cipher?(name)
|
||||||
end
|
end
|
||||||
|
|
||||||
def has_ciphers?(list)
|
def has_ciphers?(list)
|
||||||
list.all? { |name| has_cipher?(name) }
|
list.all? { |name| has_cipher?(name) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user