projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3791646
)
Modify type of variable in OPENSSL_cpuid_setup function
author
komainu8
<spasgate870@movie.ocn.ne.jp>
Sun, 11 Jun 2017 13:38:05 +0000
(22:38 +0900)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 16 Jun 2017 20:58:51 +0000
(16:58 -0400)
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)
crypto/armcap.c
patch
|
blob
|
history
diff --git
a/crypto/armcap.c
b/crypto/armcap.c
index 29534845d1e7228ab335b2ff15cadc3f6a18220a..baa2d3d2570bacf5b22710ea86fbead4d3bdfaba 100644
(file)
--- 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;
+ c
onst c
har *e;
struct sigaction ill_oact, ill_act;
sigset_t oset;
static int trigger = 0;