projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8a5e3
)
putting the missing static
author
JitendraLulla
<lullajd@yahoo.com>
Wed, 15 Nov 2017 10:44:36 +0000
(16:14 +0530)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/engines/e_afalg.c
b/engines/e_afalg.c
index 79a81293a869026ebe4b77f055b16a6e8b8c94b7..49b01739fab9ce3614cd6ef217b1fc0ab5aabf17 100644
(file)
--- 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: