aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/hmac.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-06 00:40:09 +0100
committerGravatar Sadie Powell2025-04-06 00:45:31 +0100
commitf945fd31e4e7114433e23e663a106e652af08e45 (patch)
treed18bd2740850b79c84938e61b67c545228a5c825 /modules/spanningtree/hmac.cpp
parentDelete the old hashing interface and modules. (diff)
Rename newhash to hash now its the only option.
Diffstat (limited to 'modules/spanningtree/hmac.cpp')
-rw-r--r--modules/spanningtree/hmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spanningtree/hmac.cpp b/modules/spanningtree/hmac.cpp
index 144a2b1c7..6e2de3aba 100644
--- a/modules/spanningtree/hmac.cpp
+++ b/modules/spanningtree/hmac.cpp
@@ -23,7 +23,7 @@
#include "inspircd.h"
-#include "modules/newhash.h"
+#include "modules/hash.h"
#include "modules/ssl.h"
#include "main.h"