CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/17 09:40:14
Modified files:
usr.bin/ssh : dh.c
Log message:
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.
