summaryrefslogtreecommitdiff
path: root/www/apache2/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache2/files/patch-ag')
-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);