Modify type of variable in OPENSSL_cpuid_setup function

CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3651)
This commit is contained in:
komainu8 2017-06-11 22:38:05 +09:00 committed by Rich Salz
parent 3791646202
commit 6ea3bca427

View file

@ -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;