]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cms/cms_pwri.c
Code style: space after 'if'
[thirdparty/openssl.git] / crypto / cms / cms_pwri.c
index 4f1b31d8ae86b27a19b5136d94a59628b01ab374..e11b1fa4acf4050d30b6f861a190547853074de0 100644 (file)
@@ -231,7 +231,7 @@ static int kek_unwrap_key(unsigned char *out, size_t *outlen,
         return 0;
     }
     tmp = OPENSSL_malloc(inlen);
-    if(!tmp)
+    if (!tmp)
         return 0;
     /* setup IV by decrypting last two blocks */
     if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,