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:
parent
3791646202
commit
6ea3bca427
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue