summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-02-16 22:15:39 +0000
committerBen Laurie <ben@openssl.org>2000-02-16 22:15:39 +0000
commitbd03b99b9bb860e062f08ec6d919c0841d951833 (patch)
treea4e11c8b73708f51afa0edbab41b67893b93391a /config
parent8691ff97a198db7c54e792cc8dadb9aa4cc8543d (diff)
Add support for Compaq Atalla crypto accelerator.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/config b/config
index 50d9740762..578d08b9de 100755
--- a/config
+++ b/config
@@ -458,6 +458,12 @@ case "$GUESSOS" in
*) 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