1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/apache2/files/patch-ag
1997-08-12 18:20:06 +00:00

20 lines
455 B
Plaintext

*** src/util_md5.h.orig Wed Jul 16 01:39:59 1997
--- src/util_md5.h Thu Jul 24 05:09:25 1997
***************
*** 50,56 ****
*
*/
! #include "md5.h"
API_EXPORT(char *) md5(pool *a, unsigned char *string);
API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context);
--- 50,56 ----
*
*/
! #include <md5.h>
API_EXPORT(char *) md5(pool *a, unsigned char *string);
API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context);