VMS: Fix descrip.mms template
authorRichard Levitte <levitte@openssl.org>
Wed, 8 Sep 2021 18:16:37 +0000 (20:16 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 10 Sep 2021 10:10:47 +0000 (12:10 +0200)
commit2f9ded524c2c95ab4efcc12b14e098eb4613d2f5
tree20658e45ea896a728cd8aa960781761a4d2940ed
parentcf1a231d44db81f8565ecae5498a4f1f6f0168c9
VMS: Fix descrip.mms template

away the use of $(DEFINES), which does get populated with defines
given through configuration.  This makes it impossible to configure
with extra defines on VMS.  Uncommenting and moving $(DEFINES) to a
more proper spot gives the users back that ability.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16561)

(cherry picked from commit 1dc15a3330434ef1f79921a2d97c585048dcf05e)
Configurations/descrip.mms.tmpl