You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2001/08/01 20:16:05 UTC

cvs commit: apr-util/test testmd4.c

jerenkrantz    01/08/01 11:16:05

  Modified:    test     testmd4.c
  Log:
  Include stdlib.h for atexit declaration.
  
  Revision  Changes    Path
  1.2       +1 -0      apr-util/test/testmd4.c
  
  Index: testmd4.c
  ===================================================================
  RCS file: /home/cvs/apr-util/test/testmd4.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- testmd4.c	2001/06/01 22:36:34	1.1
  +++ testmd4.c	2001/08/01 18:16:05	1.2
  @@ -75,6 +75,7 @@
   
   #include <stdio.h>
   #include <string.h>
  +#include <stdlib.h>
   
   /*
    * This is a MD4 test program based on the code published in RFC 1320.