diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-30 19:58:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-30 19:58:07 +0200 |
commit | 2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed (patch) | |
tree | d3d3cc3784207210fc7c63cca267257b20153b67 /libhashsum_get_algorithm_from_string.3 | |
parent | m + add man pages (diff) | |
download | libhashsum-2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed.tar.gz libhashsum-2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed.tar.bz2 libhashsum-2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed.tar.xz |
Add more tests + m fixes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum_get_algorithm_from_string.3')
-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 |