Removed mistakenly commited code.

This commit is contained in:
AlGreed 2017-03-09 19:10:51 +01:00
parent 6b8de02072
commit 3122b3b7b3
1 changed files with 1 additions and 4 deletions

View File

@ -10238,10 +10238,7 @@ run_logjam() {
len_dh_p="$((4*${#dh_p}))"
debugme outln "len(dh_p): $len_dh_p | dh_p: $dh_p"
echo "$dh_p" > $TEMPDIR/dh_p.txt
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ ! -s "$DIR$common_primes_file" ]]; then
if [[ ! -s "$common_primes_file" ]]; then
local_problem_ln "couldn't read common primes file $common_primes_file"
out "${spaces}"
fileout "LOGJAM_common primes" "WARN" "couldn't read common primes file $common_primes_file"