aboutsummaryrefslogtreecommitdiffstats
path: root/engines/afalg
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:28:16 +0000
commita1fd1fb241069cc987d0d2cf13880bd16cada3c9 (patch)
treeb71e578a2539ffb0e2146b31b83f4719a39008cd /engines/afalg
parent884a790e17a22eed42f1fe41ccaebd8c1fe18902 (diff)
downloadopenssl-a1fd1fb241069cc987d0d2cf13880bd16cada3c9.tar.gz
Fix a missing function prototype in AFALG engine
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'engines/afalg')
-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)
{
}