summaryrefslogtreecommitdiffstats
path: root/engines/makeengines.com
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2005-05-29 19:14:21 +0000
committerGeoff Thorpe <geoff@openssl.org>2005-05-29 19:14:21 +0000
commita2c32e2d7fbd275d22b42532139ef237bc83aa06 (patch)
treedcd472f1fdf73d837f1d2fe9aadc2d03cf1299fb /engines/makeengines.com
parent80b168a5a932c804d402486abd417494427d9b4c (diff)
Change the source and output paths for 'chil' and '4758cca' engines so that
dynamic loading is consistent with respect to engine ids.
Diffstat (limited to 'engines/makeengines.com')
-rw-r--r--engines/makeengines.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/makeengines.com b/engines/makeengines.com
index 2191a2242d..4a7474e010 100644
--- a/engines/makeengines.com
+++ b/engines/makeengines.com
@@ -34,7 +34,7 @@ $! Set the names of the engines we want to build
$!
$ ENGINES = "," + P6
$ IF ENGINES .EQS. "," THEN -
- ENGINES = ",4758_cca,aep,atalla,cswift,ncipher,nuron,sureware,ubsec"
+ ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec"
$!
$! Set the default TCP/IP library to link against if needed
$!
@@ -79,11 +79,11 @@ $ THEN
$ ENGINE_ = "engine_vector.mar"
$ EXTRA_OBJ := ,'OBJ_DIR'ENGINE_VECTOR.OBJ
$ ENDIF
-$ ENGINE_4758_CCA = "e_4758_cca"
+$ ENGINE_4758CCA = "e_4758cca"
$ ENGINE_aep = "e_aep"
$ ENGINE_atalla = "e_atalla"
$ ENGINE_cswift = "e_cswift"
-$ ENGINE_ncipher = "e_ncipher"
+$ ENGINE_chil = "e_chil"
$ ENGINE_nuron = "e_nuron"
$ ENGINE_sureware = "e_sureware"
$ ENGINE_ubsec = "e_ubsec"