[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Fri Jun 16 20:59:03 UTC 2017


The branch master has been updated
       via  6ea3bca427b3e759939a63555821d0c4678dd79c (commit)
      from  3791646202bb4da21992b0aecae253d394507a9e (commit)


- Log -----------------------------------------------------------------
commit 6ea3bca427b3e759939a63555821d0c4678dd79c
Author: komainu8 <spasgate870 at movie.ocn.ne.jp>
Date:   Sun Jun 11 22:38:05 2017 +0900

    Modify type of variable in OPENSSL_cpuid_setup function
    
    CLA: trivial
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3651)

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

Summary of changes:
 crypto/armcap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/armcap.c b/crypto/armcap.c
index 2953484..baa2d3d 100644
--- a/crypto/armcap.c
+++ b/crypto/armcap.c
@@ -97,7 +97,7 @@ static unsigned long (*getauxval) (unsigned long) = NULL;
 
 void OPENSSL_cpuid_setup(void)
 {
-    char *e;
+    const char *e;
     struct sigaction ill_oact, ill_act;
     sigset_t oset;
     static int trigger = 0;


More information about the openssl-commits mailing list