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:
JitendraLulla 2017-11-15 16:14:36 +05:30 committed by Matt Caswell
parent 7e8a5e3090
commit f1138840cb

View file

@ -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: