summaryrefslogtreecommitdiff
path: root/xts.h
diff options
context:
space:
mode:
Diffstat (limited to 'xts.h')
-rw-r--r--xts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xts.h b/xts.h
index 6fdb72b4..dfdb0e51 100644
--- a/xts.h
+++ b/xts.h
@@ -109,7 +109,7 @@ template <class CIPHER>
class CRYPTOPP_NO_VTABLE XTS_Final : public XTS_ModeBase
{
public:
- std::string CRYPTOPP_API StaticAlgorithmName()
+ static std::string CRYPTOPP_API StaticAlgorithmName()
{return std::string(CIPHER::StaticAlgorithmName()) + "/XTS";}
protected: