summaryrefslogtreecommitdiffstats
path: root/crypto/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/context.c')
-rw-r--r--crypto/context.c1
1 files changed, 0 insertions, 1 deletions
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)
{