When choosing a prime from the moduli file, avoid re-using the
authormillert <millert@openbsd.org>
Mon, 17 Sep 2018 15:40:14 +0000 (15:40 +0000)
committermillert <millert@openbsd.org>
Mon, 17 Sep 2018 15:40:14 +0000 (15:40 +0000)
commit0e4fa9580a1ef2749fad467538edaec231f8dc01
tree70bc5a3018a6f53d7478190d6c81aee5844d90cc
parent11c2e0339c0ca622438065977ff8c2711537f771
When choosing a prime from the moduli file, avoid re-using the
linenum variable for something that is not a line number to avoid
the confusion that resulted in the bug in rev. 1.64.  This also
lets us pass the actual linenum to parse_prime() so the error
messages include the correct line number.  OK markus@ some time ago.
usr.bin/ssh/dh.c