Don't "echo" the prime to the terminal

This commit is contained in:
David Cooper 2016-12-30 11:33:27 -05:00 committed by GitHub
parent 62aee8f846
commit 83472301bc

View File

@ -9394,7 +9394,6 @@ run_logjam() {
dh_p="$(strip_spaces "$(colon_to_spaces "$(newline_to_spaces "$dh_p")")")"
[[ "${dh_p:0:2}" == "00" ]] && dh_p="${dh_p:2}"
# At this point the DH key's prime has been extracted into $dh_p. Compare is against known weak primes.
echo "dh_p = $dh_p"
fi
tmpfile_handle $FUNCNAME.txt