]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove obsolete comment
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Wed, 21 Apr 2021 11:12:38 +0000 (13:12 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 22 Apr 2021 19:32:50 +0000 (21:32 +0200)
Fixes #14968

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14969)

crypto/context.c

index d7671d66a802b3f6782eeec5d289c00e5a3bb2ce..39f96366e211ec75b1585fdee29a7a4400ff3ac0 100644 (file)
@@ -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)
 {