You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
846 B
13 lines
846 B
4 months ago
|
diff -up Net-Server-2.014/lib/Net/Server/Proto/SSLEAY.pm.engine Net-Server-2.014/lib/Net/Server/Proto/SSLEAY.pm
|
||
|
--- Net-Server-2.014/lib/Net/Server/Proto/SSLEAY.pm.engine 2024-07-11 13:31:16.688206663 +0200
|
||
|
+++ Net-Server-2.014/lib/Net/Server/Proto/SSLEAY.pm 2024-07-11 13:31:39.631408942 +0200
|
||
|
@@ -27,7 +27,7 @@ use Socket ();
|
||
|
BEGIN {
|
||
|
eval { require Net::SSLeay; 1 }
|
||
|
or warn "Module Net::SSLeay is required for SSLeay.";
|
||
|
- for my $sub (qw(load_error_strings SSLeay_add_ssl_algorithms ENGINE_load_builtin_engines ENGINE_register_all_complete randomize)) {
|
||
|
+ for my $sub (qw(load_error_strings SSLeay_add_ssl_algorithms randomize)) {
|
||
|
Net::SSLeay->can($sub)->();
|
||
|
}
|
||
|
eval { [Fcntl::F_GETFL(), Fcntl::F_SETFL(), Fcntl::O_NONBLOCK()] } || die "Could not access Fcntl constant while loading ".__PACKAGE__.": $@";
|