提交 6ea3bca4 编写于 作者: K komainu8 提交者: Rich Salz

Modify type of variable in OPENSSL_cpuid_setup function

CLA: trivial
Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3651)
上级 37916462
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册