[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sat Jan 23 20:21:29 UTC 2016


The branch master has been updated
       via  df71f0b8247beb49338c38327079661233e46b97 (commit)
      from  bcfa685ecc87345845021b4834922797b070b9c7 (commit)


- Log -----------------------------------------------------------------
commit df71f0b8247beb49338c38327079661233e46b97
Author: Richard Levitte <levitte at openssl.org>
Date:   Sat Jan 23 11:43:35 2016 +0100

    String configs are truly deprecated, not even somewhat supported any more
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configurations/README b/Configurations/README
index df55d71..2faf896 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -290,7 +290,7 @@ In each table entry, the following keys are significant:
 
 
 Historically, the target configurations came in form of a string with
-values separated by colons.  This use is deprecated, although
-currently somewhat supported.  The string form looks like this:
+values separated by colons.  This use is deprecated.  The string form
+looked like this:
 
    "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:{bn_ops}:{cpuid_obj}:{bn_obj}:{ec_obj}:{des_obj}:{aes_obj}:{bf_obj}:{md5_obj}:{sha1_obj}:{cast_obj}:{rc4_obj}:{rmd160_obj}:{rc5_obj}:{wp_obj}:{cmll_obj}:{modes_obj}:{engines_obj}:{perlasm_scheme}:{dso_scheme}:{shared_target}:{shared_cflag}:{shared_ldflag}:{shared_extension}:{ranlib}:{arflags}:{multilib}"


More information about the openssl-commits mailing list