]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - engines/e_ossltest.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / engines / e_ossltest.c
index 0506faa6285bab5c8430ee4d52efaa85e01f3078..df0805b1970d7d02efbd197ef76d7a39385d5a4b 100644 (file)
@@ -765,7 +765,7 @@ static int ossltest_aes128_gcm_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
     if (ret <= 0)
         return ret;
 
-    switch(type) {
+    switch (type) {
     case EVP_CTRL_AEAD_GET_TAG:
         /* Always give the same tag */
         memset(ptr, 0, EVP_GCM_TLS_TAG_LEN);