Require that the SHA256 backend can be used when building, since it's the default.
This commit is contained in:
parent
f5de183c71
commit
2183fd2abd
3 changed files with 8 additions and 5 deletions
|
@ -45,7 +45,7 @@ genBackendE size =
|
|||
|
||||
shaCommand :: SHASize -> Maybe String
|
||||
shaCommand 1 = SysConfig.sha1
|
||||
shaCommand 256 = SysConfig.sha256
|
||||
shaCommand 256 = Just SysConfig.sha256
|
||||
shaCommand 224 = SysConfig.sha224
|
||||
shaCommand 384 = SysConfig.sha384
|
||||
shaCommand 512 = SysConfig.sha512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue