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:
efbe126
)
Fix a missing function prototype in AFALG engine
author
Matt Caswell
<matt@openssl.org>
Wed, 23 Nov 2016 22:55:13 +0000
(22:55 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 24 Nov 2016 09:33:26 +0000
(09:33 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit
a1fd1fb241069cc987d0d2cf13880bd16cada3c9
)
engines/afalg/e_afalg.c
patch
|
blob
|
history
diff --git
a/engines/afalg/e_afalg.c
b/engines/afalg/e_afalg.c
index 658de4250b72b7cbf196251e62dfc96874bc25f8..8e019d4903efd91db7ff2a7602e1ea12ebae9661 100644
(file)
--- a/
engines/afalg/e_afalg.c
+++ b/
engines/afalg/e_afalg.c
@@
-28,6
+28,7
@@
!defined(AF_ALG)
# warning "AFALG ENGINE requires Kernel Headers >= 4.1.0"
# warning "Skipping Compilation of AFALG engine"
+void engine_load_afalg_int(void);
void engine_load_afalg_int(void)
{
}