summaryrefslogtreecommitdiff
path: root/www/apache22/files
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-12 18:20:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-12 18:20:06 +0000
commitc481926ccdf67d20332578a2bd991203ee32af63 (patch)
tree6e11b798b0df09d3b58c668ad8b4bf46bfa658c3 /www/apache22/files
parentactivated japanese/plain2. (diff)
Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the
original apache-current port.
Notes
Notes: svn path=/head/; revision=7549
Diffstat (limited to 'www/apache22/files')
-rw-r--r--www/apache22/files/patch-ag12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/apache22/files/patch-ag b/www/apache22/files/patch-ag
index c3080c8c4c24..de274fe1b0e2 100644
--- a/www/apache22/files/patch-ag
+++ b/www/apache22/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);