The branch OpenSSL_1_1_0-stable has been updated
       via  e15c45fb22eca69d0faffb91d4c501e11837d376 (commit)
      from  efbe126e3ebb9123ac9d058aa2bb044261342aaa (commit)


- Log -----------------------------------------------------------------
commit e15c45fb22eca69d0faffb91d4c501e11837d376
Author: Matt Caswell <[email protected]>
Date:   Wed Nov 23 22:55:13 2016 +0000

    Fix a missing function prototype in AFALG engine
    
    Reviewed-by: Richard Levitte <[email protected]>
    (cherry picked from commit a1fd1fb241069cc987d0d2cf13880bd16cada3c9)

-----------------------------------------------------------------------

Summary of changes:
 engines/afalg/e_afalg.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/engines/afalg/e_afalg.c b/engines/afalg/e_afalg.c
index 658de42..8e019d4 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)
 {
 }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to