summaryrefslogtreecommitdiff
path: root/crypto/apr_crypto_nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/apr_crypto_nss.c')
-rw-r--r--crypto/apr_crypto_nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/apr_crypto_nss.c b/crypto/apr_crypto_nss.c
index 46972ea18..b0a0a1aec 100644
--- a/crypto/apr_crypto_nss.c
+++ b/crypto/apr_crypto_nss.c
@@ -1626,7 +1626,7 @@ static apr_status_t cprng_stream_ctx_make(cprng_stream_ctx_t **psctx,
return APR_ENOTIMPL;
}
-void cprng_stream_ctx_free(cprng_stream_ctx_t *sctx)
+static void cprng_stream_ctx_free(cprng_stream_ctx_t *sctx)
{
}