summaryrefslogtreecommitdiff
path: root/modarith.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-03 00:32:07 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-03 00:32:07 -0500
commit40230dd3bf5400ec3fda20cc791fb05c7a1c5b62 (patch)
tree834a1ab74d205c54d55b801d5dc1ab949ebc5bca /modarith.h
parent6eb2792bc26aebc83924e7e7be28c0444dca506c (diff)
downloadcryptopp-git-40230dd3bf5400ec3fda20cc791fb05c7a1c5b62.tar.gz
Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)
Diffstat (limited to 'modarith.h')
-rw-r--r--modarith.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/modarith.h b/modarith.h
index 8f965fc5..452bb580 100644
--- a/modarith.h
+++ b/modarith.h
@@ -38,9 +38,7 @@ public:
typedef int RandomizationParameter;
typedef Integer Element;
-#ifndef CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562
virtual ~ModularArithmetic() {}
-#endif
//! \brief Construct a ModularArithmetic
//! \param modulus congruence class modulus
@@ -273,9 +271,7 @@ protected:
class CRYPTOPP_DLL MontgomeryRepresentation : public ModularArithmetic
{
public:
-#ifndef CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562
virtual ~MontgomeryRepresentation() {}
-#endif
//! \brief Construct a MontgomeryRepresentation
//! \param modulus congruence class modulus