[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Nov 24 09:35:23 UTC 2016


The branch master has been updated
       via  a1fd1fb241069cc987d0d2cf13880bd16cada3c9 (commit)
      from  884a790e17a22eed42f1fe41ccaebd8c1fe18902 (commit)


- Log -----------------------------------------------------------------
commit a1fd1fb241069cc987d0d2cf13880bd16cada3c9
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Nov 23 22:55:13 2016 +0000

    Fix a missing function prototype in AFALG engine
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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


More information about the openssl-commits mailing list