Re: [sqlite] SQLite Encryption Extension: Datatype misalignment error on WM 5.0

2009-02-13 Thread D. Richard Hipp
On Feb 13, 2009, at 10:31 AM, Ulric Auger wrote: > Hi > > I'm trying to use SQLite Encryption Extension on Windows Mobile 5.0 > but I'm > getting a "Datatype misalignment" error inside rijndaelKeySetupEnc256 > function. > > The Datatype misalignment occurs on the line: > rk[0] =

[sqlite] SQLite Encryption Extension: Datatype misalignment error on WM 5.0

2009-02-13 Thread Ulric Auger
Hi I'm trying to use SQLite Encryption Extension on Windows Mobile 5.0 but I'm getting a "Datatype misalignment" error inside rijndaelKeySetupEnc256 function. The Datatype misalignment occurs on the line: rk[0] = GETU32(cipherKey ); I'm using sqlite 3.6.10 with see.h Here is the complete