From a33a3435f405a13d7c18911f2ce323e6807dea80 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 1 May 2017 16:41:43 -0400 Subject: [PATCH] Remove HashFunction typedef (Issue 369) This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts. --- cryptlib.h | 2 -- 1 file changed, 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