From f0236083c685dc5e3502588be413a34df813135e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 19 Nov 2008 01:10:42 -0700 Subject: [PATCH] Fix function call. --- imp/lib/Crypt/smime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Crypt/smime.php b/imp/lib/Crypt/smime.php index c366fa2ce..7983fb07d 100644 --- a/imp/lib/Crypt/smime.php +++ b/imp/lib/Crypt/smime.php @@ -428,7 +428,7 @@ class IMP_Horde_Crypt_smime extends Horde_Crypt_smime */ public function addFromPKCS12($pkcs12, $password, $pkpass = null) { - $openssl = IMP_SMIME::checkForOpenSSL(); + $openssl = $this->checkForOpenSSL(); if (is_a($openssl, 'PEAR_Error')) { return $openssl; } -- 2.11.0