summaryrefslogtreecommitdiff
path: root/include/apr_random.h
diff options
context:
space:
mode:
authorben <ben@13f79535-47bb-0310-9956-ffa450edef68>2003-11-05 17:43:18 +0000
committerben <ben@13f79535-47bb-0310-9956-ffa450edef68>2003-11-05 17:43:18 +0000
commit5795ca81fbaac89da4da6ebd02fc8d3f4b5de61d (patch)
tree25296494b2cac5e70151ebabde99f57c35b7aea9 /include/apr_random.h
parent260df3cb7cf2888fc1a237ae0d0a58219c009dca (diff)
downloadlibapr-5795ca81fbaac89da4da6ebd02fc8d3f4b5de61d.tar.gz
Support third-world compilers.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_random.h')
-rw-r--r--include/apr_random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_random.h b/include/apr_random.h
index a6535798a..759295002 100644
--- a/include/apr_random.h
+++ b/include/apr_random.h
@@ -65,7 +65,7 @@ typedef void apr_crypto_hash_add_t(apr_crypto_hash_t *hash,const void *data,
typedef void apr_crypto_hash_finish_t(apr_crypto_hash_t *hash,
unsigned char *result);
-// FIXME: make this opaque
+/* FIXME: make this opaque */
struct apr_crypto_hash_t {
apr_crypto_hash_init_t *init;
apr_crypto_hash_add_t *add;