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:
136b5dc
)
Stop signed/unsigned warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 9 Aug 2009 15:51:24 +0000
(15:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 9 Aug 2009 15:51:24 +0000
(15:51 +0000)
fips/sha/fips_sha1_selftest.c
patch
|
blob
|
history
diff --git
a/fips/sha/fips_sha1_selftest.c
b/fips/sha/fips_sha1_selftest.c
index ba6a29ed94ec5dc499c30059a960670c1e98e60f..4c0d463e6fbb0e6243c14a810e173a7083251d83 100644
(file)
--- a/
fips/sha/fips_sha1_selftest.c
+++ b/
fips/sha/fips_sha1_selftest.c
@@
-78,7
+78,7
@@
void FIPS_corrupt_sha1()
int FIPS_selftest_sha1()
{
-
in
t n;
+
size_
t n;
for(n=0 ; n<sizeof(test)/sizeof(test[0]) ; ++n)
{