From: Dr. Matthias St. Pierre Date: Wed, 21 Apr 2021 11:12:38 +0000 (+0200) Subject: Remove obsolete comment X-Git-Tag: openssl-3.0.0-alpha16~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba8bc058376d423d7c5649cfce83a23cce97267;p=thirdparty%2Fopenssl.git Remove obsolete comment Fixes #14968 Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14969) --- diff --git a/crypto/context.c b/crypto/context.c index d7671d66a80..39f96366e21 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) {