summaryrefslogtreecommitdiff
path: root/common/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/hash.c')
-rw-r--r--common/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hash.c b/common/hash.c
index 9e9f84b9fb..155f476c14 100644
--- a/common/hash.c
+++ b/common/hash.c
@@ -306,7 +306,7 @@ static int parse_verify_sum(struct hash_algo *algo, char *verify_str,
env_var = 1;
}
- if (!env_var) {
+ if (env_var) {
ulong addr;
void *buf;