putting the missing static
authorJitendraLulla <lullajd@yahoo.com>
Wed, 15 Nov 2017 10:44:36 +0000 (16:14 +0530)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Dec 2017 10:39:52 +0000 (10:39 +0000)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4717)

engines/e_afalg.c

index 79a81293a869026ebe4b77f055b16a6e8b8c94b7..49b01739fab9ce3614cd6ef217b1fc0ab5aabf17 100644 (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: