You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/01/24 20:54:21 UTC

svn commit: r499552 - /spamassassin/trunk/t/dkim.t

Author: jm
Date: Wed Jan 24 11:54:21 2007
New Revision: 499552

URL: http://svn.apache.org/viewvc?view=rev&rev=499552
Log:
don't need Crypt::OpenSSL::BigNum for this test

Modified:
    spamassassin/trunk/t/dkim.t

Modified: spamassassin/trunk/t/dkim.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/dkim.t?view=diff&rev=499552&r1=499551&r2=499552
==============================================================================
--- spamassassin/trunk/t/dkim.t (original)
+++ spamassassin/trunk/t/dkim.t Wed Jan 24 11:54:21 2007
@@ -7,7 +7,7 @@
 use constant num_tests => 21;
 
 use constant TEST_ENABLED => conf_bool('run_net_tests');
-use constant HAS_MODULES => eval { require Mail::DKIM; require Mail::DKIM::Verifier; require Crypt::OpenSSL::Bignum; };
+use constant HAS_MODULES => eval { require Mail::DKIM; require Mail::DKIM::Verifier; };
 # use constant IS_LINUX   => $^O eq 'linux';
 # use constant IS_WINDOWS => ($^O =~ /^(mswin|dos|os2)/oi);
 # use constant AM_ROOT    => $< == 0;