From 0ba8bc058376d423d7c5649cfce83a23cce97267 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Wed, 21 Apr 2021 13:12:38 +0200 Subject: Remove obsolete comment Fixes #14968 Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14969) --- crypto/context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto') 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) { -- cgit v1.2.3