[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sun Jun 11 20:49:03 UTC 2017


The branch master has been updated
       via  6bcb4175e64f1883b8125d18d8898d30391b19bf (commit)
      from  04e62715db684d83bffac53793ff4cfac51e047a (commit)


- Log -----------------------------------------------------------------
commit 6bcb4175e64f1883b8125d18d8898d30391b19bf
Author: Josh Soref <jsoref at users.noreply.github.com>
Date:   Sun May 14 09:17:30 2017 +0000

    improve comment: use "optimization" for clarity
    The previous word was a misspelling of nicety
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3464)

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

Summary of changes:
 crypto/engine/eng_list.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c
index d8eb076..fddebf4 100644
--- a/crypto/engine/eng_list.c
+++ b/crypto/engine/eng_list.c
@@ -18,8 +18,8 @@
 /*
  * The linked-list of pointers to engine types. engine_list_head incorporates
  * an implicit structural reference but engine_list_tail does not - the
- * latter is a computational niceity and only points to something that is
- * already pointed to by its predecessor in the list (or engine_list_head
+ * latter is a computational optimization and only points to something that
+ * is already pointed to by its predecessor in the list (or engine_list_head
  * itself). In the same way, the use of the "prev" pointer in each ENGINE is
  * to save excessive list iteration, it doesn't correspond to an extra
  * structural reference. Hence, engine_list_head, and each non-null "next"


More information about the openssl-commits mailing list