diff options
Diffstat (limited to '')
-rw-r--r-- | libhashsum_get_algorithm_from_string.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libhashsum_get_algorithm_from_string.3 b/libhashsum_get_algorithm_from_string.3 index d7f338f..c039da6 100644 --- a/libhashsum_get_algorithm_from_string.3 +++ b/libhashsum_get_algorithm_from_string.3 @@ -315,7 +315,13 @@ The function validate the parameters for the hash function that may be places inside square brackets at the end of -.IR algorithm . +.IR algorithm , +now will it check anything in +.I algorithm +after the opening bracket, +however it will not recognise the hash function +if brackets are used but the hash function does +not have any parameters. .PP .I algorithm_out and |