diff options
author | Richard Levitte <levitte@openssl.org> | 2016-05-23 19:11:39 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-05-23 19:36:55 +0200 |
commit | f3fcd4d5e79bdb2b9dbeac73603a52de38bba5ab (patch) | |
tree | b32670398ed895ef372a497973433fa7963b64bc /Configurations | |
parent | 60980390b1275fb236e98d5e618a86ecaab6f490 (diff) |
VMS: remove last VAX vestiges
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/10-main.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index e0dad4f026..86dd4116c8 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1736,18 +1736,6 @@ sub vms_info { apps_aux_src => "vms_decc_init.c", }, - # VMS on VAX is *unsupported* - #"vms-asm" => { - # template => 1, - # bn_obj => "[.asm]vms.obj vms-helper.obj" - #}, - #"vms-vax" => { - # inherit_from => [ "vms-generic", asm("vms-asm") ], - # as => "MACRO", - # debug_aflags => "/NOOPTIMIZE/DEBUG", - # release_aflags => "/OPTIMIZE/NODEBUG", - # bn_opts => "THIRTY_TWO_BIT RC4_CHAR RC4_CHUNK DES_PTR BF_PTR", - #}, "vms-alpha" => { inherit_from => [ "vms-generic" ], cflags => add(sub { my @warnings = |