VMS build file template: assign 'arch' to local symbol table
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Nov 2016 18:11:11 +0000 (19:11 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Nov 2016 18:11:11 +0000 (19:11 +0100)
commit3ee24d4acaff1c247db89c5cfcac17749dc3d7bc
treeb64b2eb672e7699138a83cf6ab6ae74957ce40e7
parent1e62cc12f35408508594be254f40bf9b65d2a3a9
VMS build file template: assign 'arch' to local symbol table

Since the local symbol table is looked up before the global symbol
table, 'arch' assigned in the local symbol table of the DCL where MMS
is called would be seen before the 'arch' defined in descrip.mms.
Assigning it to the local symbol table in descrip.mms removes that
issue.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1853)
Configurations/descrip.mms.tmpl