From: JitendraLulla Date: Wed, 15 Nov 2017 10:44:36 +0000 (+0530) Subject: putting the missing static X-Git-Tag: OpenSSL_1_1_1-pre1~350 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f1138840cbdcdacbb737d7802eb774f6cbc5762b;p=oweals%2Fopenssl.git putting the missing static Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4717) --- diff --git a/engines/e_afalg.c b/engines/e_afalg.c index 79a81293a8..49b01739fa 100644 --- a/engines/e_afalg.c +++ b/engines/e_afalg.c @@ -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: