]> granicus.if.org Git - openssl/commit
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 <richard@levitte.org>
Fri, 4 Nov 2016 19:19:06 +0000 (20:19 +0100)
commit5ee32f27a618a013b3426ef0ae4e3daedb61b862
tree024985af9485879d1577a39e9afaedb82d66c9cf
parentdc691e859b22e0c89c09b2ac2894d44ee83f4191
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)
(cherry picked from commit 3ee24d4acaff1c247db89c5cfcac17749dc3d7bc)
Configurations/descrip.mms.tmpl