openbsd-ports/mail/mutt/snapshot/patches/patch-smime_keys_pl

13 lines
429 B
Plaintext

$OpenBSD: patch-smime_keys_pl,v 1.2 2005/02/07 17:16:16 naddy Exp $
--- smime_keys.pl.orig Thu Feb 3 09:22:41 2005
+++ smime_keys.pl Thu Feb 3 09:23:05 2005
@@ -52,7 +52,7 @@ sub do_verify($$$ );
# Get the directories mutt uses for certificate/key storage.
my $mutt = $ENV{MUTT_CMDLINE} || 'mutt';
-my $opensslbin = "/usr/bin/openssl";
+my $opensslbin = "/usr/sbin/openssl";
my @tempfiles = ();
my @cert_tmp_file = ();