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

make get_cipher_handle 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)
上级 a3d7fd28
...@@ -80,7 +80,7 @@ static int afalg_destroy(ENGINE *e); ...@@ -80,7 +80,7 @@ static int afalg_destroy(ENGINE *e);
static int afalg_init(ENGINE *e); static int afalg_init(ENGINE *e);
static int afalg_finish(ENGINE *e); static int afalg_finish(ENGINE *e);
const EVP_CIPHER *afalg_aes_cbc(int nid); const EVP_CIPHER *afalg_aes_cbc(int nid);
cbc_handles *get_cipher_handle(int nid); static cbc_handles *get_cipher_handle(int nid);
static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher, static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
const int **nids, int nid); const int **nids, int nid);
static int afalg_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, static int afalg_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部