diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-02 11:34:40 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-02 11:34:40 -0400 |
commit | b6b10b1d4cb1cd487bbb5d2cc063ca743ae79004 (patch) | |
tree | 80fd8a3bdb90a81cf740cef1ba127a9501081b78 /src/libutil/hash.hh | |
parent | ea48e3a5b5f1051c251184792417326c513bf00f (diff) |
Write the implementation for parseNonSRIUnprefixed
Diffstat (limited to 'src/libutil/hash.hh')
-rw-r--r-- | src/libutil/hash.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh index d321cc8e1..af11a028d 100644 --- a/src/libutil/hash.hh +++ b/src/libutil/hash.hh @@ -43,7 +43,7 @@ struct Hash // hash type must be part of string static Hash parseAnyPrefixed(std::string_view s); // prefix parsed separately; non SRI hash - static Hash parseAnyUnprefixed(std::string_view s, HashType type); + static Hash parseNonSRIUnprefixed(std::string_view s, HashType type); static Hash parseSRI(std::string_view original); |