Description: do not include -lssl in LIBS
Origin: vendor
Forwarded: not-needed
Author: Damyan Ivanov <dmn@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-05-07

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libs = ' -lssl -lcrypto';
+my $libs = ' -lcrypto';
 if ( $Config{osname} eq 'aix' ) {
   $libs = $libs . ' -lz';
 }
