summaryrefslogtreecommitdiff
path: root/xts.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-12 08:21:53 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-12 08:21:53 -0400
commite33714d3d8581456c0102a4763aa67d761204f33 (patch)
treec553cb9c7b99b532428e012c58943a1b0a93b165 /xts.h
parentdc063adbbaf987bdf87f2e80527f3048ca569031 (diff)
downloadcryptopp-git-e33714d3d8581456c0102a4763aa67d761204f33.tar.gz
Fix XTS compile under Clang
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 a3cd888a..6fdb72b4 100644
--- a/xts.h
+++ b/xts.h
@@ -109,7 +109,7 @@ template <class CIPHER>
class CRYPTOPP_NO_VTABLE XTS_Final : public XTS_ModeBase
{
public:
- CRYPTOPP_STATIC_CONSTEXPR std::string CRYPTOPP_API StaticAlgorithmName()
+ std::string CRYPTOPP_API StaticAlgorithmName()
{return std::string(CIPHER::StaticAlgorithmName()) + "/XTS";}
protected: