commit | 5cf7c2df668d25c41a05670edd08558226f0bfdf | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Feb 21 06:44:43 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Feb 21 06:44:43 2006 +0000 |
tree | 3c3a7b2aa31dd4105f15f435a5894c91c941686e | |
parent | a7e3d0520856db27744b4a33e786123d44bf5b2a [diff] [blame] |
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
diff --git a/Config.in b/Config.in index 070085b..e1d5020 100644 --- a/Config.in +++ b/Config.in
@@ -322,6 +322,7 @@ source procps/Config.in source shell/Config.in source sysklogd/Config.in +source libbb/Config.in menu 'Debugging Options'