[Commits] (vajda) fixed bug 2915
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 30 14:53:44 PDT 2005
Commit by: vajda
Modified files:
internal/chandlerdb/chandlerdb/util/rijndael.i 1.1 1.2
Log message:
fixed bug 2915
Bugzilla links:
http://bugzilla.osafoundation.org/show_bug.cgi?id=2915
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/chandlerdb/chandlerdb/util/rijndael.i.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: internal/chandlerdb/chandlerdb/util/rijndael.i
diff -u internal/chandlerdb/chandlerdb/util/rijndael.i:1.1 internal/chandlerdb/chandlerdb/util/rijndael.i:1.2
--- internal/chandlerdb/chandlerdb/util/rijndael.i:1.1 Sun Oct 17 11:50:55 2004
+++ internal/chandlerdb/chandlerdb/util/rijndael.i Sat Apr 30 14:53:42 2005
@@ -124,7 +124,7 @@
Rijndael();
~Rijndael();
int init(Mode mode, Direction direction, const UINT8 *key,
- KeyLength keyLength, UINT8 *initVector=0);
+ KeyLength keyLength);
int blockEncrypt(const UINT8 *input, int inputBits, UINT8 *outBuffer);
int padEncrypt(const UINT8 *input, int inputBytes, UINT8 *outBuffer);
int blockDecrypt(const UINT8 *input, int inputBits, UINT8 *outBuffer);
More information about the Commits
mailing list