--On Tuesday, January 21, 2003 8:27 PM +0000 [EMAIL PROTECTED] wrote:

@@ -145,7 +145,7 @@
* @param inputLen The length of the next message block
*/
APU_DECLARE(apr_status_t) apr_md5_update(apr_md5_ctx_t *context,
- const unsigned char
*input,
+                                         const void *input,
                                         apr_size_t inputLen);
   /**

My hunch is that this breaks binary compatibility. Do we need to bump a version number or do some magic to make our binary compat people happy? -- justin

Reply via email to