The branch master has been updated
via a1fd1fb241069cc987d0d2cf13880bd16cada3c9 (commit)
from 884a790e17a22eed42f1fe41ccaebd8c1fe18902 (commit)
- Log -----------------------------------------------------------------
commit a1fd1fb241069cc987d0d2cf13880bd16cada3c9
Author: Matt Caswell <[email protected]>
Date: Wed Nov 23 22:55:13 2016 +0000
Fix a missing function prototype in AFALG engine
Reviewed-by: Richard Levitte <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
engines/afalg/e_afalg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/engines/afalg/e_afalg.c b/engines/afalg/e_afalg.c
index 658de42..8e019d4 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)
{
}
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits