diff options
Diffstat (limited to 'src/hash/hash.h')
-rw-r--r-- | src/hash/hash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hash/hash.h b/src/hash/hash.h index 366c929b5..8143e8e90 100644 --- a/src/hash/hash.h +++ b/src/hash/hash.h @@ -30,9 +30,6 @@ class BOTAN_DLL HashFunction : public Buffered_Computation, * The hash block size as defined for this algorithm */ virtual size_t hash_block_size() const { return 0; } - - private: - HashFunction& operator=(const HashFunction&); }; } |