summaryrefslogtreecommitdiffstats
path: root/engines/makeengines.com
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-13 15:02:47 +0100
committerMatt Caswell <matt@openssl.org>2015-10-15 17:02:06 +0100
commit8b7080b0b7f30669c0784d8aa73388f95bbd056b (patch)
tree24bdcefbce7277af57cc0f8a4944bf98a23b8fe3 /engines/makeengines.com
parentf51e5ed6b4b91d12228da873db72aa28109d1797 (diff)
Remove Obsolete engines
There are a number of engines in the OpenSSL source code which are now obsolete. The following engines have been removed: 4758cca, aep, atalla, cswift, nuron, sureware. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'engines/makeengines.com')
-rw-r--r--engines/makeengines.com3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/makeengines.com b/engines/makeengines.com
index a0bd168fa2..944e415f20 100644
--- a/engines/makeengines.com
+++ b/engines/makeengines.com
@@ -94,7 +94,7 @@ $! library that isn't necessarely ported to VMS.
$!
$ ENGINES = "," + P6
$ IF ENGINES .EQS. "," THEN -
- ENGINES = ",4758cca,padlock,capi,"
+ ENGINES = ",padlock,capi,"
$!
$! GOST requires a 64-bit integer type, unavailable on VAX.
$!
@@ -155,7 +155,6 @@ $ ENGINE_ = "engine_vector.mar"
$ TV_OBJ_NAME = OBJ_DIR + F$PARSE(ENGINE_,,,"NAME","SYNTAX_ONLY") + ".OBJ"
$ TV_OBJ = ",''TV_OBJ_NAME'"
$ ENDIF
-$ ENGINE_4758CCA = "e_4758cca"
$ ENGINE_padlock = "e_padlock"
$ ENGINE_capi = "e_capi"
$