]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_aes.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / crypto / evp / e_aes.c
index 52b9e87c1e2b2ab484c21bf416813549dbced90a..445a28445ab6dd658b392c8e6f1a5e124a8195c1 100644 (file)
@@ -2149,7 +2149,7 @@ static int s390x_aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
         if (!enc || !cctx->aes.ccm.tag_set)
             return 0;
 
-        if(arg < cctx->aes.ccm.m)
+        if (arg < cctx->aes.ccm.m)
             return 0;
 
         memcpy(ptr, cctx->aes.ccm.kmac_param.icv.b, cctx->aes.ccm.m);