From dcc7d74242a574fd5c4afbb4224795b1644321e7 Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Thu, 15 Dec 2016 21:20:41 +0000 Subject: upstream commit Fix text in error message. Patch from zev at bewilderbeest.net. Upstream-ID: deb0486e175e7282f98f9a15035d76c55c84f7f6 --- dh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh.c') diff --git a/dh.c b/dh.c index 194f29b15..475312427 100644 --- a/dh.c +++ b/dh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh.c,v 1.61 2016/09/12 01:22:38 deraadt Exp $ */ +/* $OpenBSD: dh.c,v 1.62 2016/12/15 21:20:41 dtucker Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. * @@ -152,7 +152,7 @@ choose_dh(int min, int wantbits, int max) struct dhgroup dhg; if ((f = fopen(_PATH_DH_MODULI, "r")) == NULL) { - logit("WARNING: could open open %s (%s), using fixed modulus", + logit("WARNING: could not open %s (%s), using fixed modulus", _PATH_DH_MODULI, strerror(errno)); return (dh_new_group_fallback(max)); } -- cgit v1.2.3