===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcrypt-openssl-dsa-perl-0.19/Makefile.PL-17-}
libcrypt-openssl-dsa-perl-0.19/Makefile.PL:18:elsif (`pkg-config --modversion libcrypto 2>$nul`) {
libcrypt-openssl-dsa-perl-0.19/Makefile.PL:19:  $lib = `pkg-config --libs libcrypto 2> $nul`;
libcrypt-openssl-dsa-perl-0.19/Makefile.PL:20:  $inc = `pkg-config --cflags libcrypto 2> $nul`;
libcrypt-openssl-dsa-perl-0.19/Makefile.PL-21-}
##############################################
libcrypt-openssl-dsa-perl-0.19/t/90-openssl-compat.t-76-    # open("-|", "openssl") open mode due to portability?
libcrypt-openssl-dsa-perl-0.19/t/90-openssl-compat.t:77:    my $rv = system("openssl", "dgst", "-sha1", "-verify", $public_pem_file, "-signature", "$sig_temp", "$msg_temp");
libcrypt-openssl-dsa-perl-0.19/t/90-openssl-compat.t-78-    return 0 if $rv;