提交 53a224bb 编写于 作者: A Andy Polyakov

evp/e_aes.c: add erroneously omitted break;

上级 8e323164
......@@ -1322,6 +1322,7 @@ static int aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
#else
gctx->ctr = NULL;
#endif
break;
}
else
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册