summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-05-06 13:56:50 +0000
committerRichard Levitte <levitte@openssl.org>2009-05-06 13:56:50 +0000
commit7da74281d2c29ebf3509b6eca66d345f6b628969 (patch)
tree38854e7b30f3ceed4e9cc2f14f99b94e5588a66e /engines
parente6b0c0007f454212fd12f084b1b8ccc0961e46fc (diff)
Do not try to link the support file(s), as they aren't a complete
engine ;-)
Diffstat (limited to 'engines')
-rw-r--r--engines/makeengines.com6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/makeengines.com b/engines/makeengines.com
index 42b0ae050d..a1806c82ae 100644
--- a/engines/makeengines.com
+++ b/engines/makeengines.com
@@ -1,5 +1,5 @@
$!
-$! MAKEAPPS.COM
+$! MAKEENGINES.COM
$! Written By: Richard Levitte
$! richard@levitte.org
$!
@@ -203,6 +203,10 @@ $!
$ FILE_DONE:
$ CLOSE OBJECTS
$!
+$! Do not link the support files.
+$!
+$ IF ENGINE_NAME .EQS. "" THEN GOTO ENGINE_DONE
+$!
$! Now, there are two ways to handle this. We can either build
$! shareable images or stick the engine object file into libcrypto.
$! For now, the latter is NOT supported.