Codebase list openssl / 294f7a7
VMS: pretend to use -znodelete VMS only unloads shared libraries at process rundown, so tell the OpenSSL code so by pretending we linked with -znodelete. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1862) (cherry picked from commit 1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2) Richard Levitte authored 7 years ago Richard Levitte committed 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
17471747 cflags => picker(default => "/STANDARD=(ISOC94,RELAXED)/NOLIST/PREFIX=ALL",
17481748 debug => "/NOOPTIMIZE/DEBUG",
17491749 release => "/OPTIMIZE/NODEBUG"),
1750 defines => add("OPENSSL_USE_NODELETE"),
17501751 lflags => picker(default => "/MAP",
17511752 debug => "/DEBUG/TRACEBACK",
17521753 release => "/NODEBUG/NOTRACEBACK"),