提交 f1138840 编写于 作者: J JitendraLulla 提交者: Matt Caswell

putting the missing static

Reviewed-by: NPaul Dale <paul.dale@oracle.com>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4717)
上级 7e8a5e30
无相关合并请求
...@@ -644,7 +644,7 @@ static int afalg_cipher_cleanup(EVP_CIPHER_CTX *ctx) ...@@ -644,7 +644,7 @@ static int afalg_cipher_cleanup(EVP_CIPHER_CTX *ctx)
return 1; return 1;
} }
cbc_handles *get_cipher_handle(int nid) static cbc_handles *get_cipher_handle(int nid)
{ {
switch (nid) { switch (nid) {
case NID_aes_128_cbc: case NID_aes_128_cbc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部