summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-01 16:41:43 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-01 16:41:43 -0400
commita33a3435f405a13d7c18911f2ce323e6807dea80 (patch)
tree59e18c7ccb940fa1b9b8f2f7d02eea74ff1cef5b /cryptlib.h
parent9db82ed793159ced2143969828ac27d1f198e825 (diff)
downloadcryptopp-git-a33a3435f405a13d7c18911f2ce323e6807dea80.tar.gz
Remove HashFunction typedef (Issue 369)
This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts.
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptlib.h b/cryptlib.h
index fb5473dd..840c3a45 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -1094,8 +1094,6 @@ protected:
void ThrowIfInvalidTruncatedSize(size_t size) const;
};
-typedef HashTransformation HashFunction;
-
//! \brief Interface for one direction (encryption or decryption) of a block cipher
//! \details These objects usually should not be used directly. See BlockTransformation for more details.
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE BlockCipher : public SimpleKeyingInterface, public BlockTransformation