mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 14:33:42 +08:00
Fix a missing function prototype in AFALG engine
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
884a790e17
commit
a1fd1fb241
@ -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 New Issue
Block a user