Fix a missing function prototype in AFALG engine

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2016-11-23 22:55:13 +00:00
parent 884a790e17
commit a1fd1fb241

View file

@ -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)
{
}