perl: Update from 5.26.1 to 5.26.2
[termux-packages] / packages / mutt / smime_keys_path.patch
1 diff -u -r ../mutt-1.5.24/smime_keys.pl ./smime_keys.pl
2 --- ../mutt-1.5.24/smime_keys.pl 2015-08-30 13:06:38.000000000 -0400
3 +++ ./smime_keys.pl 2015-11-08 01:41:12.179119879 -0500
4 @@ -76,7 +76,7 @@
5
6
7 my $mutt = $ENV{MUTT_CMDLINE} || 'mutt';
8 -my $opensslbin = "/usr/bin/openssl";
9 +my $opensslbin = "@TERMUX_PREFIX@/bin/openssl";
10 my $tmpdir;
11
12 # Get the directories mutt uses for certificate/key storage.