--- lib/MT/Util.pm.orig Sun Aug 8 17:04:37 2004 +++ lib/MT/Util.pm Sun Aug 8 17:04:52 2004 @@ -1232,7 +1232,7 @@ }; my $has_crypt_dsa = $@ ? 0 : 1; $has_crypt_dsa = 0 if $param{ForcePerl}; - if ($has_crypt_dsa && 0) { + if ($has_crypt_dsa) { $param{Key} = bless $param{Key}, 'Crypt::DSA::Key'; $param{Signature} = bless $param{Signature}, 'Crypt::DSA::Signature'; Crypt::DSA->new->verify(%param);