Fix coding style of EVP_PKEY_CTX_ctrl_uint64
[openssl.git] / crypto / evp / e_aes.c
index 451d32d099b343486c7a00a2571cf08d6b7faf01..802b1d814dd372d78941d10fe1eb5fe33ad2b271 100644 (file)
@@ -1978,6 +1978,7 @@ static int aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
 
     case EVP_CTRL_AEAD_SET_IVLEN:
         arg = 15 - arg;
+        /* fall thru */
     case EVP_CTRL_CCM_SET_L:
         if (arg < 2 || arg > 8)
             return 0;