[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

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


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


- Log -----------------------------------------------------------------
commit e15c45fb22eca69d0faffb91d4c501e11837d376
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>
    (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)
 {
 }


More information about the openssl-commits mailing list