[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Matt Caswell
matt at openssl.org
Tue Nov 20 11:52:52 UTC 2018
The branch OpenSSL_1_0_2-stable has been updated
via d88ff8962c2fd86aeb7ca7297ca9526d0916787e (commit)
from 84b4759dbd0d7917091d20cd78712a20afb57d9b (commit)
- Log -----------------------------------------------------------------
commit d88ff8962c2fd86aeb7ca7297ca9526d0916787e
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Nov 20 12:11:38 2018 +0100
VMS: ensure crypto/getenv.c is included in the build
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7665)
-----------------------------------------------------------------------
Summary of changes:
crypto/crypto-lib.com | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 37dc418..efed110 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -214,7 +214,8 @@ $! The contents of these variables are copied from the LIBOBJ variable in the
$! corresponding Makefile from each corresponding subdirectory, with .o stripped
$! and spaces replaced with commas.
$ LIB_ = "cryptlib,mem,mem_dbg,cversion,ex_data,cpt_err,ebcdic,"+ -
- "uid,o_time,o_str,o_dir,o_fips,o_init,fips_ers,mem_clr"
+ "uid,o_time,o_str,o_dir,o_fips,o_init,fips_ers,mem_clr,"+ -
+ "getenv"
$ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err,obj_xref"
$ LIB_MD2 = "md2_dgst,md2_one"
$ LIB_MD4 = "md4_dgst,md4_one"
More information about the openssl-commits
mailing list