Commit f1138840 authored by JitendraLulla's avatar JitendraLulla Committed by Matt Caswell
Browse files

putting the missing static

parent 7e8a5e30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: