diff options
author | ache <ache@FreeBSD.org> | 1997-05-03 02:22:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-03 02:22:12 +0800 |
commit | cf11374407e05c628dd6f80e6560719af473a079 (patch) | |
tree | 1edb757d9512e13ec107488903caa7aac1e1d941 /www/apache13/files | |
parent | 89be12d827f9cceccb68ab5674064ee3dad21f0d (diff) | |
download | freebsd-ports-gnome-cf11374407e05c628dd6f80e6560719af473a079.tar.gz freebsd-ports-gnome-cf11374407e05c628dd6f80e6560719af473a079.tar.zst freebsd-ports-gnome-cf11374407e05c628dd6f80e6560719af473a079.zip |
Upgrade to 1.2b10
Diffstat (limited to 'www/apache13/files')
-rw-r--r-- | www/apache13/files/patch-ag | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/apache13/files/patch-ag b/www/apache13/files/patch-ag new file mode 100644 index 000000000000..c3080c8c4c24 --- /dev/null +++ b/www/apache13/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); |