diff options
Diffstat (limited to 'dh.c')
-rw-r--r-- | dh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh.c,v 1.61 2016/09/12 01:22:38 deraadt Exp $ */ | 1 | /* $OpenBSD: dh.c,v 1.62 2016/12/15 21:20:41 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Niels Provos. All rights reserved. | 3 | * Copyright (c) 2000 Niels Provos. All rights reserved. |
4 | * | 4 | * |
@@ -152,7 +152,7 @@ choose_dh(int min, int wantbits, int max) | |||
152 | struct dhgroup dhg; | 152 | struct dhgroup dhg; |
153 | 153 | ||
154 | if ((f = fopen(_PATH_DH_MODULI, "r")) == NULL) { | 154 | if ((f = fopen(_PATH_DH_MODULI, "r")) == NULL) { |
155 | logit("WARNING: could open open %s (%s), using fixed modulus", | 155 | logit("WARNING: could not open %s (%s), using fixed modulus", |
156 | _PATH_DH_MODULI, strerror(errno)); | 156 | _PATH_DH_MODULI, strerror(errno)); |
157 | return (dh_new_group_fallback(max)); | 157 | return (dh_new_group_fallback(max)); |
158 | } | 158 | } |