putting the missing static
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4717)
This commit is contained in:
parent
7e8a5e3090
commit
f1138840cb
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ static int afalg_cipher_cleanup(EVP_CIPHER_CTX *ctx)
|
|||
return 1;
|
||||
}
|
||||
|
||||
cbc_handles *get_cipher_handle(int nid)
|
||||
static cbc_handles *get_cipher_handle(int nid)
|
||||
{
|
||||
switch (nid) {
|
||||
case NID_aes_128_cbc:
|
||||
|
|
Loading…
Reference in a new issue