From 369e553baa7d9bd6ecb70a31c4356b07b8923855 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 25 Apr 2011 17:42:11 +0000 Subject: fix for makefile and Panama cipher validation failure on armel http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619856 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@526 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- panama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'panama.h') diff --git a/panama.h b/panama.h index 5a23681..5888f24 100644 --- a/panama.h +++ b/panama.h @@ -12,7 +12,7 @@ class CRYPTOPP_NO_VTABLE Panama { public: void Reset(); - void Iterate(size_t count, const word32 *p=NULL, word32 *z=NULL, const word32 *y=NULL); + void Iterate(size_t count, const word32 *p=NULL, byte *output=NULL, const byte *input=NULL, KeystreamOperation operation=WRITE_KEYSTREAM); protected: typedef word32 Stage[8]; -- cgit v1.2.1