coar        98/05/06 03:49:02

  Modified:    src/include compat.h
  Log:
        md5 was missed during the Great Renaming's reflection in compat.h.
  
  PR:           2188
  Submitted by: Kim Yong-ook <[EMAIL PROTECTED]>
  Reviewed by:  Ken Coar
  
  Revision  Changes    Path
  1.6       +1 -0      apache-1.3/src/include/compat.h
  
  Index: compat.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/compat.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- compat.h  1998/05/03 17:31:07     1.5
  +++ compat.h  1998/05/06 10:49:02     1.6
  @@ -198,6 +198,7 @@
   #define make_sub_pool                  ap_make_sub_pool
   #define make_table                     ap_make_table
   #define matches_request_vhost          ap_matches_request_vhost
  +#define md5                            ap_md5
   #define max_requests_per_child         ap_max_requests_per_child
   #define meets_conditions               ap_meets_conditions
   #define merge_per_dir_configs          ap_merge_per_dir_configs
  
  
  

Reply via email to