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


- Log -----------------------------------------------------------------
commit 6ea3bca427b3e759939a63555821d0c4678dd79c
Author: komainu8 <[email protected]>
Date:   Sun Jun 11 22:38:05 2017 +0900

    Modify type of variable in OPENSSL_cpuid_setup function
    
    CLA: trivial
    
    Reviewed-by: Kurt Roeckx <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to