summaryrefslogtreecommitdiff
path: root/square.h
diff options
context:
space:
mode:
Diffstat (limited to 'square.h')
-rw-r--r--square.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/square.h b/square.h
index 1c5c5498..5bb22f78 100644
--- a/square.h
+++ b/square.h
@@ -15,7 +15,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \brief Square block cipher information
struct Square_Info : public FixedBlockSize<16>, public FixedKeyLength<16>, FixedRounds<8>
{
- CRYPTOPP_CONSTEXPR static const char *StaticAlgorithmName() {return "Square";}
+ CRYPTOPP_STATIC_CONSTEXPR char* const StaticAlgorithmName() {return "Square";}
};
//! \class Square