aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache2/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-13 02:20:06 +0800
committerpeter <peter@FreeBSD.org>1997-08-13 02:20:06 +0800
commitb9f72ed1a87df178303c184d9f5654c75fbfad33 (patch)
tree328a06888be2f87250a16da626ddec04418e92a0 /www/apache2/files
parent7ea96711ee1c3dcdd0d1744bba9398cd75229f4f (diff)
downloadfreebsd-ports-gnome-b9f72ed1a87df178303c184d9f5654c75fbfad33.tar.gz
freebsd-ports-gnome-b9f72ed1a87df178303c184d9f5654c75fbfad33.tar.zst
freebsd-ports-gnome-b9f72ed1a87df178303c184d9f5654c75fbfad33.zip
Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the
original apache-current port.
Diffstat (limited to 'www/apache2/files')
-rw-r--r--www/apache2/files/patch-ag12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/apache2/files/patch-ag b/www/apache2/files/patch-ag
index c3080c8c4c24..de274fe1b0e2 100644
--- a/www/apache2/files/patch-ag
+++ b/www/apache2/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 <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);