Add prototypes for new OCSP functions.
[oweals/openssl.git] / util / selftest.pl
index fabf366995a819428a350b41bc2db2a30cd15860..6dfef9cc2953ce1c0857246b2cfbe376c3d69085 100644 (file)
@@ -138,13 +138,6 @@ if (/no-/)
     goto err;
 }
 
-if (`echo 4+1 | bc` != 5 || (system("sh test/bctest") >> 8) != 0)
-{
-    print OUT "Can't run bc! Test skipped.\n";
-    print OUT $not_our_fault;
-    goto err;
-}
-
 print "Running make test...\n";
 if (system("make test 2>&1 | tee maketest.log") > 255)
  {