From c481926ccdf67d20332578a2bd991203ee32af63 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 12 Aug 1997 18:20:06 +0000 Subject: Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the original apache-current port. --- www/apache20/files/patch-ag | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/apache20/files/patch-ag') diff --git a/www/apache20/files/patch-ag b/www/apache20/files/patch-ag index c3080c8c4c24..de274fe1b0e2 100644 --- a/www/apache20/files/patch-ag +++ b/www/apache20/files/patch-ag @@ -1,5 +1,5 @@ -*** src/util_md5.h.bak Wed Jan 1 21:10:46 1997 ---- src/util_md5.h Fri May 2 21:46:06 1997 +*** 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 **** * @@ -7,13 +7,13 @@ ! #include "md5.h" - char *md5(pool *a, unsigned char *string); - char *md5contextTo64(pool *p, MD5_CTX *context); + API_EXPORT(char *) md5(pool *a, unsigned char *string); + API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context); --- 50,56 ---- * */ ! #include - char *md5(pool *a, unsigned char *string); - char *md5contextTo64(pool *p, MD5_CTX *context); + API_EXPORT(char *) md5(pool *a, unsigned char *string); + API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context); -- cgit v1.2.3