summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-24 19:09:03 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-24 19:09:03 +0000
commit6cb686208ebeade1e8cd029c6d5aaf575cc759f9 (patch)
tree66d41de47f446bda38f9a9e9da60f3c82ac177d2 /Configure
parentbd1fb772457891c99b6c676d04fdbd6c86aca45b (diff)
For the mkdef.pl to recognise if the "external" engines are inserted
into libcrypto, we need the "algorithm" STATIC_ENGINE.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configure b/Configure
index 60351404cc..084e7afce9 100755
--- a/Configure
+++ b/Configure
@@ -1122,6 +1122,11 @@ if ($no_shared)
$cflags="-DOPENSSL_NO_DYNAMIC_ENGINE $cflags";
$openssl_other_defines.="#define OPENSSL_NO_DYNAMIC_ENGINE\n";
}
+else
+ {
+ $cflags="-DOPENSSL_NO_STATIC_ENGINE $cflags";
+ $openssl_other_defines.="#define OPENSSL_NO_STATIC_ENGINE\n";
+ }
if ($sys_id ne "")
{