commit | bd03b99b9bb860e062f08ec6d919c0841d951833 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Wed Feb 16 22:15:39 2000 +0000 |
committer | Ben Laurie <ben@openssl.org> | Wed Feb 16 22:15:39 2000 +0000 |
tree | a4e11c8b73708f51afa0edbab41b67893b93391a | |
parent | 8691ff97a198db7c54e792cc8dadb9aa4cc8543d [diff] [blame] |
Add support for Compaq Atalla crypto accelerator.
diff --git a/config b/config index 50d9740..578d08b 100755 --- a/config +++ b/config
@@ -458,6 +458,12 @@ *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; esac +# See whether we can compile Atalla support +if [ -f /usr/include/atasi.h ] +then + options="$options -DATALLA" +fi + # gcc < 2.8 does not support -mcpu=ultrasparc if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ] then