Fix a missing function prototype in AFALG engine
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
884a790e17
commit
a1fd1fb241
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue