summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsecurity/nss/tests/cert/cert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/cert/cert.sh b/security/nss/tests/cert/cert.sh
index e7899d6a0..e36f6a798 100755
--- a/security/nss/tests/cert/cert.sh
+++ b/security/nss/tests/cert/cert.sh
@@ -158,7 +158,7 @@ hw_acc()
{
HW_ACC_RET=0
HW_ACC_ERR=""
- if [ -n "$O_HWACC" -a "$O_HWACC" = ON ] ; then
+ if [ -n "$O_HWACC" -a "$O_HWACC" = ON -a -z "$USE_64" ] ; then
echo "creating $CERTNAME s cert with hwaccelerator..."
#case $ACCELERATOR in
#rainbow)