vpnmain.cgi: Do not use an other DH key exchange in ESP

This commit is contained in:
Michael Tremer
2015-05-11 12:57:29 +02:00
parent ab8775b7bb
commit 5f0a2ba104

View File

@@ -3029,12 +3029,6 @@ sub make_algos($$$$$) {
if (!$is_aead) {
push(@algo, $int);
}
if ($grp =~ m/^e(.*)$/) {
push(@algo, "ecp$1");
} else {
push(@algo, "modp$grp");
}
}
push(@algos, join("-", @algo));