From 7f4b6766553610eb1e25e02d5e86fe9a96a5e296 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 25 Dec 2014 18:30:33 +0100 Subject: update, keep gzsig inspite of being removed upstream. --- src/bin/md5/md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/md5/md5.c') diff --git a/src/bin/md5/md5.c b/src/bin/md5/md5.c index 4270bcf..9771f2c 100644 --- a/src/bin/md5/md5.c +++ b/src/bin/md5/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.76 2014/06/19 15:30:49 millert Exp $ */ +/* $OpenBSD: md5.c,v 1.77 2014/09/13 16:06:36 doug Exp $ */ /* * Copyright (c) 2001,2003,2005-2007,2010,2013,2014 @@ -263,7 +263,7 @@ main(int argc, char **argv) strcmp(hf->name, hftmp->name) == 0) break; } - if (hftmp == TAILQ_END(&hl)) + if (hftmp == NULL) hash_insert(&hl, hf, base64); } break; -- cgit 1.4.1