提交 a1fd1fb2 编写于 作者: M Matt Caswell

Fix a missing function prototype in AFALG engine

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 884a790e
......@@ -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)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册