summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-06-21 10:52:18 +0000
committerYann Ylavic <ylavic@apache.org>2018-06-21 10:52:18 +0000
commitcb82042ea25a067f241d9b6a10463364ff4fffb9 (patch)
tree2ffccdf133eb0389cf2a94f5ec7ca6c5b060014b /crypto
parentb037417a8e91c156fde34f6334a311734a1e2153 (diff)
downloadapr-cb82042ea25a067f241d9b6a10463364ff4fffb9.tar.gz
apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.
Was not for apr_crypto_thread_random_bytes(), so align with other functions. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1833993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'crypto')
-rw-r--r--crypto/apr_crypto_prng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/apr_crypto_prng.c b/crypto/apr_crypto_prng.c
index 2c2f15f2d..4b302fb33 100644
--- a/crypto/apr_crypto_prng.c
+++ b/crypto/apr_crypto_prng.c
@@ -231,7 +231,7 @@ APR_DECLARE(apr_status_t) apr_crypto_random_bytes(void *buf, apr_size_t len)
}
#if APR_HAS_THREADS
-APR_DECLARE(apr_status_t) apr_crypto_thread_random_bytes(void *buf,
+APR_DECLARE(apr_status_t) apr_crypto_random_thread_bytes(void *buf,
apr_size_t len)
{
apr_status_t rv;