]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_pmeth.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / crypto / rsa / rsa_pmeth.c
index 44c819a5c3ce7a2f32e3686087665db2b945ac4f..1eebfea2cc4e83b95ec73ad9794bbdce285b98cd 100644 (file)
@@ -394,7 +394,7 @@ static int check_padding_md(const EVP_MD *md, int padding)
             return 0;
         }
     } else {
-        switch(mdnid) {
+        switch (mdnid) {
         /* List of all supported RSA digests */
         case NID_sha1:
         case NID_sha224: