diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-08 21:43:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-08 21:43:02 +0000 |
commit | 74feaf69ed1212273ae959aadadae199540eec09 (patch) | |
tree | 4b07d0f01140488ef1f22fe682429e427ba67793 /security/mcrypt | |
parent | 751b2820cc32f176fef657bb3640b904bacdae83 (diff) |
Remove patch to extra.c, since it has been incorporated upstream.
Reported by: Mario Pranjic and Valentin Zahariev
PR: 37790 and 37856
Notes
Notes:
svn path=/head/; revision=58751
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/files/patch-src_extra.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/mcrypt/files/patch-src_extra.c b/security/mcrypt/files/patch-src_extra.c deleted file mode 100644 index 1d3f5f91de2f..000000000000 --- a/security/mcrypt/files/patch-src_extra.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/extra.c.orig Mon Oct 2 09:38:07 2000 -+++ src/extra.c Thu Mar 22 20:14:15 2001 -@@ -289,7 +289,7 @@ - int i; - - for (i = 0; i < size; i++) { -- str[i] = _tolower(str[i]); -+ str[i] = tolower(str[i]); - } - } - |