diff options
author | sonmi%netscape.com <devnull@localhost> | 2001-06-11 21:25:43 +0000 |
---|---|---|
committer | sonmi%netscape.com <devnull@localhost> | 2001-06-11 21:25:43 +0000 |
commit | daa190a95ce88f6ecb624f6d54347ec3b1a094ac (patch) | |
tree | 80e553703e5991c4a8e71a848e9c12125b5d4cde | |
parent | 5f09c0ff8c3b1196af9fc53b74e45a13388aefda (diff) | |
download | nss-hg-daa190a95ce88f6ecb624f6d54347ec3b1a094ac.tar.gz |
took out the 64 bit HW accelerator tests (did not find libraries)
-rwxr-xr-x | security/nss/tests/cert/cert.sh | 2 |
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) |