perl-AnyEvent/SOURCES/AnyEvent-7.14-fix_ssltest.p...

13 lines
440 B
Diff

diff -Naur AnyEvent-7.14/t/80_ssltest.t AnyEvent-7.14.dh/t/80_ssltest.t
--- AnyEvent-7.14/t/80_ssltest.t 2012-05-12 23:06:34.000000000 +0000
+++ AnyEvent-7.14.dh/t/80_ssltest.t 2021-05-14 11:19:54.342751254 +0000
@@ -11,7 +11,7 @@
use AnyEvent::Handle;
use AnyEvent::TLS;
-my $ctx = new AnyEvent::TLS cert_file => $0;
+my $ctx = new AnyEvent::TLS cert_file => $0, dh => "schmorp2048";
for my $mode (1..5) {
ok (1, "mode $mode");