From: Matt Caswell Date: Wed, 23 Nov 2016 22:55:13 +0000 (+0000) Subject: Fix a missing function prototype in AFALG engine X-Git-Tag: OpenSSL_1_1_0d~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e15c45fb22eca69d0faffb91d4c501e11837d376;p=openssl Fix a missing function prototype in AFALG engine Reviewed-by: Richard Levitte (cherry picked from commit a1fd1fb241069cc987d0d2cf13880bd16cada3c9) --- diff --git a/engines/afalg/e_afalg.c b/engines/afalg/e_afalg.c index 658de4250b..8e019d4903 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) { }