]> git.ipfire.org Git - thirdparty/openssl.git/commit
unified build scheme: add a "unified" template for VMS descrip.mms
authorRichard Levitte <levitte@openssl.org>
Sat, 30 Jan 2016 06:14:58 +0000 (07:14 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 13:36:32 +0000 (14:36 +0100)
commite84193e43dbd3da23845ef9fcfcb5e364049a396
tree05cd92323c3ac2a5ceea773e5a432c41d07c2513
parent9c44c29ef2cadb2f0ff214096ccf731ce2660d64
unified build scheme: add a "unified" template for VMS descrip.mms

As part of this, change util/mkdef.pl to stop adding libraries to
depend on in its output.  mkdef.pl should ONLY output a symbol
vector.

Because symbol names can't be longer than 31 characters, we use the
compiler to shorten those that are longer down to 23 characters plus
an 8 character CRC.  To make sure users of our header files will pick
up on that automatically, add the DEC C supported extra headers files
__decc_include_prologue.h and __decc_include_epilogue.h.

Furthermore, we add a config.com, so VMS people can configure just as
comfortably as any Unix folks, thusly:

    @config

Reviewed-by: Rich Salz <rsalz@openssl.org>
17 files changed:
Configurations/00-base-templates.conf
Configurations/10-main.conf
Configurations/README
Configurations/descrip.mms.tmpl [new file with mode: 0644]
VMS/engine.opt [new file with mode: 0644]
VMS/openssl_shutdown.com.in [new file with mode: 0644]
VMS/openssl_startup.com.in [new file with mode: 0644]
VMS/openssl_utils.com
VMS/translatesyms.pl [new file with mode: 0644]
apps/build.info
build.info
config.com [new file with mode: 0644]
crypto/build.info
crypto/rand/build.info
include/openssl/__decc_include_epilogue.h [new file with mode: 0644]
include/openssl/__decc_include_prologue.h [new file with mode: 0644]
util/mkdef.pl