diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-02 18:22:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-02 18:22:12 +0000 |
commit | 23f3d48ee540ba1a808bf6293f0367384712b84b (patch) | |
tree | e58657e51d9e6375f11c930aa0639998f8951929 /www/apache20/files | |
parent | Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless without (diff) |
Upgrade to 1.2b10
Notes
Notes:
svn path=/head/; revision=6378
Diffstat (limited to 'www/apache20/files')
-rw-r--r-- | www/apache20/files/patch-ag | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/apache20/files/patch-ag b/www/apache20/files/patch-ag new file mode 100644 index 000000000000..c3080c8c4c24 --- /dev/null +++ b/www/apache20/files/patch-ag @@ -0,0 +1,19 @@ +*** src/util_md5.h.bak Wed Jan 1 21:10:46 1997 +--- src/util_md5.h Fri May 2 21:46:06 1997 +*************** +*** 50,56 **** + * + */ + +! #include "md5.h" + + char *md5(pool *a, unsigned char *string); + 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); |