X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=engines%2Fmakeengines.com;h=3727a36f0a749d46c9eb494e8a4ecdbcab3241b6;hp=2191a2242d7779ee4f49388d4d307039947f3c93;hb=dd9557a8ba0e4974fa85d0fc1a86e213290eafe3;hpb=ad492c3601679ce0addfa4e0febcca49e89dcb8b diff --git a/engines/makeengines.com b/engines/makeengines.com index 2191a2242d..3727a36f0a 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,padlock" $! $! 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"