took out the 64 bit HW accelerator tests (did not find libraries)

This commit is contained in:
sonmi%netscape.com 2001-06-11 21:25:43 +00:00
Родитель 1b67eeb3c2
Коммит dd1ac6611a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)