[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Thu Apr 22 19:33:59 UTC 2021


The branch master has been updated
       via  0ba8bc058376d423d7c5649cfce83a23cce97267 (commit)
      from  2de02e7dca0a875b1ae5b6a4a4f946705eb71edc (commit)


- Log -----------------------------------------------------------------
commit 0ba8bc058376d423d7c5649cfce83a23cce97267
Author: Dr. Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date:   Wed Apr 21 13:12:38 2021 +0200

    Remove obsolete comment
    
    Fixes #14968
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14969)

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

Summary of changes:
 crypto/context.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/context.c b/crypto/context.c
index d7671d66a8..39f96366e2 100644
--- a/crypto/context.c
+++ b/crypto/context.c
@@ -277,7 +277,6 @@ static void ossl_lib_ctx_generic_free(void *parent_ign, void *ptr,
     meth->free_func(ptr);
 }
 
-/* Non-static so we can use it in context_internal_test */
 static int ossl_lib_ctx_init_index(OSSL_LIB_CTX *ctx, int static_index,
                                    const OSSL_LIB_CTX_METHOD *meth)
 {


More information about the openssl-commits mailing list