summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-12-04 14:18:33 +0000
committerSadie Powell <sadie@witchery.services>2020-12-04 14:18:33 +0000
commit612f4fbe0e98d4bfe5c5527ef2e8153a6600e090 (patch)
treef733934caf2cce2058bbdc43ccb5b01f0b05a112 /src
parent151a902ced88b0c1f1791d975332bbe293259acb (diff)
Fix the name of the sha1 provider.
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sha1.cpp b/src/modules/m_sha1.cpp
index b27563db2..4a577aef2 100644
--- a/src/modules/m_sha1.cpp
+++ b/src/modules/m_sha1.cpp
@@ -167,7 +167,7 @@ class SHA1HashProvider : public HashProvider
{
public:
SHA1HashProvider(Module* mod)
- : HashProvider(mod, "hash/sha1", 20, 64)
+ : HashProvider(mod, "sha1", 20, 64)
{
}