diff options
author | ache <ache@FreeBSD.org> | 1997-08-25 23:03:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-25 23:03:05 +0000 |
commit | 0c29fa88d18c1994d6fa13c6b928fe39f9618d2d (patch) | |
tree | eb5582e77aace03eacdd39f42a6e7c89c06a0fa5 /www/apache22/files | |
parent | e5a8edb9ebc0ea1f1be227696b4cd6ea22c886ae (diff) | |
download | FreeBSD-ports-0c29fa88d18c1994d6fa13c6b928fe39f9618d2d.zip FreeBSD-ports-0c29fa88d18c1994d6fa13c6b928fe39f9618d2d.tar.gz |
Do not replace Apache md5 with FreeBSD one, it cause
support problems and gains almost nothing
Diffstat (limited to 'www/apache22/files')
-rw-r--r-- | www/apache22/files/patch-ag | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/apache22/files/patch-ag b/www/apache22/files/patch-ag deleted file mode 100644 index de274fe..0000000 --- a/www/apache22/files/patch-ag +++ /dev/null @@ -1,19 +0,0 @@ -*** 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 **** - * - */ - -! #include "md5.h" - - API_EXPORT(char *) md5(pool *a, unsigned char *string); - API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context); ---- 50,56 ---- - * - */ - -! #include <md5.h> - - API_EXPORT(char *) md5(pool *a, unsigned char *string); - API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context); |