Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-06-14 17:27:47 +0400
committerGeoff Thorpe <geoff@openssl.org>2000-06-14 17:27:47 +0400
commit28e94dc70dec11011e6e8ebc01edf33334b12df5 (patch)
treecfebafef9ee452e0dd7e5fd17343099971a0c9b5 /config
parentf812743544b7cf304daaae59f5198c0793d93b0d (diff)
I'm working on Atalla ENGINE code, and the existing bn_exp.c hooks
(initiated by ./config and the presence of SDK headers) are conflicting.
Diffstat (limited to 'config')
-rwxr-xr-xconfig14
1 files changed, 10 insertions, 4 deletions
diff --git a/config b/config
index 130f2d7267..459d809dce 100755
--- a/config
+++ b/config
@@ -475,11 +475,17 @@ case "$GUESSOS" in
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac
+# NB: This atalla support has been superceded by the ENGINE support
+# That contains its own header and definitions anyway. Support can
+# be enabled or disabled on any supported platform without external
+# headers, eg. by adding the "hw-atalla" switch to ./config or
+# perl Configure
+#
# See whether we can compile Atalla support
-if [ -f /usr/include/atasi.h ]
-then
- options="$options -DATALLA"
-fi
+#if [ -f /usr/include/atasi.h ]
+#then
+# options="$options -DATALLA"
+#fi
#get some basic shared lib support (behnke@trustcenter.de)
case "$OUT" in