summaryrefslogtreecommitdiff
path: root/iterhash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'iterhash.cpp')
-rw-r--r--iterhash.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/iterhash.cpp b/iterhash.cpp
index 7e1187f..33dc924 100644
--- a/iterhash.cpp
+++ b/iterhash.cpp
@@ -1,9 +1,6 @@
// iterhash.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
-
-#ifndef CRYPTOPP_IMPORTS
-
#include "iterhash.h"
#include "misc.h"
@@ -108,5 +105,3 @@ template <class T, class BASE> void IteratedHashBase<T, BASE>::Restart()
}
NAMESPACE_END
-
-#endif