summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_cipher.c')
-rw-r--r--ext/openssl/ossl_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c
index 03e89fe420..832cce9953 100644
--- a/ext/openssl/ossl_cipher.c
+++ b/ext/openssl/ossl_cipher.c
@@ -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;
}