diff options
author | Rob Landley <rob@landley.net> | 2006-02-21 06:44:43 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-21 06:44:43 +0000 |
commit | 5cf7c2df668d25c41a05670edd08558226f0bfdf (patch) | |
tree | 3c3a7b2aa31dd4105f15f435a5894c91c941686e /Config.in | |
parent | a7e3d0520856db27744b4a33e786123d44bf5b2a (diff) | |
download | busybox-w32-5cf7c2df668d25c41a05670edd08558226f0bfdf.tar.gz busybox-w32-5cf7c2df668d25c41a05670edd08558226f0bfdf.tar.bz2 busybox-w32-5cf7c2df668d25c41a05670edd08558226f0bfdf.zip |
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).)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -322,6 +322,7 @@ source networking/Config.in | |||
322 | source procps/Config.in | 322 | source procps/Config.in |
323 | source shell/Config.in | 323 | source shell/Config.in |
324 | source sysklogd/Config.in | 324 | source sysklogd/Config.in |
325 | source libbb/Config.in | ||
325 | 326 | ||
326 | menu 'Debugging Options' | 327 | menu 'Debugging Options' |
327 | 328 | ||