summaryrefslogtreecommitdiff
path: root/rc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'rc2.h')
-rw-r--r--rc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc2.h b/rc2.h
index b917abfb..760d665b 100644
--- a/rc2.h
+++ b/rc2.h
@@ -18,7 +18,7 @@ struct RC2_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 128>
{
CRYPTOPP_CONSTANT(DEFAULT_EFFECTIVE_KEYLENGTH = 1024)
CRYPTOPP_CONSTANT(MAX_EFFECTIVE_KEYLENGTH = 1024)
- static const char *StaticAlgorithmName() {return "RC2";}
+ CRYPTOPP_CONSTEXPR static const char *StaticAlgorithmName() {return "RC2";}
};
//! \class RC2