summaryrefslogtreecommitdiffstats
path: root/test/tocsp
diff options
context:
space:
mode:
Diffstat (limited to 'test/tocsp')
-rw-r--r--test/tocsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tocsp b/test/tocsp
index 143453cf05..5fc291ca6e 100644
--- a/test/tocsp
+++ b/test/tocsp
@@ -8,7 +8,7 @@ check_time="-attime 1355875200"
test_ocsp () {
$cmd base64 -d -in $ocspdir/$1 | \
- $cmd ocsp -respin - -partial_chain -trust_other $check_time \
+ $cmd ocsp -respin - -partial_chain $check_time \
-CAfile $ocspdir/$2 -verify_other $ocspdir/$2 -CApath /dev/null
[ $? != $3 ] && exit 1
}