summaryrefslogtreecommitdiff
path: root/crypto/context.c
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-04-21 13:12:38 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-04-22 21:32:50 +0200
commit0ba8bc058376d423d7c5649cfce83a23cce97267 (patch)
tree295055ff7facd1039df15fc9b578092f5fd08746 /crypto/context.c
parent2de02e7dca0a875b1ae5b6a4a4f946705eb71edc (diff)
downloadopenssl-new-0ba8bc058376d423d7c5649cfce83a23cce97267.tar.gz
Remove obsolete comment
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)
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)
{