summaryrefslogtreecommitdiff
path: root/safer.h
diff options
context:
space:
mode:
Diffstat (limited to 'safer.h')
-rw-r--r--safer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/safer.h b/safer.h
index 3b51c3f..f9a3c9e 100644
--- a/safer.h
+++ b/safer.h
@@ -16,7 +16,7 @@ public:
class CRYPTOPP_NO_VTABLE Base : public BlockCipher
{
public:
- unsigned int GetAlignment() const {return 1;}
+ unsigned int OptimalDataAlignment() const {return 1;}
void UncheckedSetKey(const byte *userkey, unsigned int length, const NameValuePairs &params);
protected: