summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hashing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/hashing.h')
-rw-r--r--src/lib/util/hashing.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/hashing.h b/src/lib/util/hashing.h
index cebaba95b18..6ab0b652af9 100644
--- a/src/lib/util/hashing.h
+++ b/src/lib/util/hashing.h
@@ -99,7 +99,7 @@ public:
protected:
// internal state
- struct sha1_ctx m_context; // internal context
+ struct sha1_ctx m_context; // internal context
};
@@ -149,7 +149,7 @@ public:
protected:
// internal state
- struct MD5Context m_context; // internal context
+ struct MD5Context m_context; // internal context
};
@@ -195,7 +195,7 @@ public:
protected:
// internal state
- crc32_t m_accum; // internal accumulator
+ crc32_t m_accum; // internal accumulator
};
@@ -241,7 +241,7 @@ public:
protected:
// internal state
- crc16_t m_accum; // internal accumulator
+ crc16_t m_accum; // internal accumulator
};