projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b0c00
)
Do not try to link the support file(s), as they aren't a complete
author
Richard Levitte
<levitte@openssl.org>
Wed, 6 May 2009 13:56:50 +0000
(13:56 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 6 May 2009 13:56:50 +0000
(13:56 +0000)
engine ;-)
engines/makeengines.com
patch
|
blob
|
history
diff --git
a/engines/makeengines.com
b/engines/makeengines.com
index 42b0ae050d8e94a82858c1d19a8350382b313b17..a1806c82ae6edc617717094d77469bd0bfe65118 100644
(file)
--- a/
engines/makeengines.com
+++ b/
engines/makeengines.com
@@
-1,5
+1,5
@@
$!
-$! MAKE
APP
S.COM
+$! MAKE
ENGINE
S.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.