Skip to content

Commit

Permalink
win32: enable sha* (needs WIN32_NET)
Browse files Browse the repository at this point in the history
  • Loading branch information
pclouds committed Sep 21, 2010
1 parent 6be1edb commit ab18cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions coreutils/Config.src
Original file line number Diff line number Diff line change
Expand Up @@ -512,18 +512,21 @@ config SEQ
config SHA1SUM
bool "sha1sum"
default y
depends on PLATFORM_POSIX || WIN32_NET
help
Compute and check SHA1 message digest

config SHA256SUM
bool "sha256sum"
default y
depends on PLATFORM_POSIX || WIN32_NET
help
Compute and check SHA256 message digest

config SHA512SUM
bool "sha512sum"
default y
depends on PLATFORM_POSIX || WIN32_NET
help
Compute and check SHA512 message digest

Expand Down
6 changes: 3 additions & 3 deletions scripts/defconfig.mingw32
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ CONFIG_RM=y
CONFIG_RMDIR=y
CONFIG_FEATURE_RMDIR_LONG_OPTIONS=y
CONFIG_SEQ=y
# CONFIG_SHA1SUM is not set
# CONFIG_SHA256SUM is not set
# CONFIG_SHA512SUM is not set
CONFIG_SHA1SUM=y
CONFIG_SHA256SUM=y
CONFIG_SHA512SUM=y
CONFIG_SLEEP=y
CONFIG_FEATURE_FANCY_SLEEP=y
# CONFIG_FEATURE_FLOAT_SLEEP is not set
Expand Down

0 comments on commit ab18cfc

Please sign in to comment.