]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecx_meth.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / crypto / ec / ecx_meth.c
index 9098decf2f55111f0f6675de200e7ada8668b29d..9f9bf75aeda9492f4701e1c3b8eef824d28bf7b6 100644 (file)
@@ -138,7 +138,7 @@ static int ecx_bits(const EVP_PKEY *pkey)
 {
     if (IS25519(pkey->ameth->pkey_id)) {
         return X25519_BITS;
-    } else if(ISX448(pkey->ameth->pkey_id)) {
+    } else if (ISX448(pkey->ameth->pkey_id)) {
         return X448_BITS;
     } else {
         return ED448_BITS;