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:
49c9c1b
)
add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architecture
author
David von Oheimb
<David.von.Oheimb@siemens.com>
Thu, 10 May 2018 19:15:56 +0000
(21:15 +0200)
committer
Matt Caswell
<matt@openssl.org>
Mon, 18 Jun 2018 09:45:35 +0000
(10:45 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6217)
test/x509aux.c
patch
|
blob
|
history
diff --git
a/test/x509aux.c
b/test/x509aux.c
index b66e1de71ae07df8a18177c40f098f429798b1f3..72e0082e01d55e982ef8b4ceb229b2ba13f01437 100644
(file)
--- a/
test/x509aux.c
+++ b/
test/x509aux.c
@@
-161,6
+161,6
@@
int setup_tests(void)
return 0;
}
- ADD_ALL_TESTS(test_certs, n);
+ ADD_ALL_TESTS(test_certs,
(int)
n);
return 1;
}