You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by be...@apache.org on 2003/11/05 18:43:18 UTC

cvs commit: apr/include apr_random.h

ben         2003/11/05 09:43:18

  Modified:    include  apr_random.h
  Log:
  Support third-world compilers.
  
  Revision  Changes    Path
  1.4       +1 -1      apr/include/apr_random.h
  
  Index: apr_random.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_random.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr_random.h	5 Nov 2003 11:59:54 -0000	1.3
  +++ apr_random.h	5 Nov 2003 17:43:18 -0000	1.4
  @@ -65,7 +65,7 @@
   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;