13 lines
444 B
Diff
13 lines
444 B
Diff
|
diff -r -u AnyEvent-7.14.orig/t/80_ssltest.t AnyEvent-7.14/t/80_ssltest.t
|
||
|
--- AnyEvent-7.14.orig/t/80_ssltest.t 2012-05-13 01:06:34.000000000 +0200
|
||
|
+++ AnyEvent-7.14/t/80_ssltest.t 2023-08-23 11:28:59.863150707 +0200
|
||
|
@@ -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");
|