summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-23 22:55:13 +0000
committerMatt Caswell <matt@openssl.org>2016-11-24 09:33:26 +0000
commite15c45fb22eca69d0faffb91d4c501e11837d376 (patch)
treed38320364bf9a08cbc96cde200d2ad0f4dd7d29d /engines
parentefbe126e3ebb9123ac9d058aa2bb044261342aaa (diff)
Fix a missing function prototype in AFALG engine
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit a1fd1fb241069cc987d0d2cf13880bd16cada3c9)
Diffstat (limited to 'engines')
-rw-r--r--engines/afalg/e_afalg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/afalg/e_afalg.c b/engines/afalg/e_afalg.c
index 658de4250b..8e019d4903 100644
--- 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)
{
}