summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/config')
-rw-r--r--src/lib/libssl/src/config12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libssl/src/config b/src/lib/libssl/src/config
index 88b9bc69da..ed8db0219c 100644
--- a/src/lib/libssl/src/config
+++ b/src/lib/libssl/src/config
@@ -845,18 +845,6 @@ case "$GUESSOS" in
845 *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; 845 *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
846esac 846esac
847 847
848# NB: This atalla support has been superceded by the ENGINE support
849# That contains its own header and definitions anyway. Support can
850# be enabled or disabled on any supported platform without external
851# headers, eg. by adding the "hw-atalla" switch to ./config or
852# perl Configure
853#
854# See whether we can compile Atalla support
855#if [ -f /usr/include/atasi.h ]
856#then
857# options="$options -DATALLA"
858#fi
859
860if expr "$options" : '.*no\-asm' > /dev/null; then :; else 848if expr "$options" : '.*no\-asm' > /dev/null; then :; else
861 sh -c "$CROSS_COMPILE${CC:-gcc} -Wa,--help -c -o /tmp/null.$$.o -x assembler /dev/null && rm /tmp/null.$$.o" 2>&1 | \ 849 sh -c "$CROSS_COMPILE${CC:-gcc} -Wa,--help -c -o /tmp/null.$$.o -x assembler /dev/null && rm /tmp/null.$$.o" 2>&1 | \
862 grep \\--noexecstack >/dev/null && \ 850 grep \\--noexecstack >/dev/null && \