Strange behaviour...

2005-05-06 Thread Matthijs Mohlmann
I don't know if it is a problem in gaim or in gpgme. But if i send a test message to the person on the other side. And i encrypt the message. Everytime i get another data hash back. I mean that the data between "- BEGIN PGP MESSAGE -" and "- END PGP MESSAGE -" Is this expected be

Re: gpgme - gpgme_data_seek() failing with

2005-05-06 Thread Matthijs Mohlmann
Did you compile it with: -D_FILE_OFFSET_BITS=64 Regards, tom jones wrote: > Hi, > > I am trying to get the encryption test distributed > with gpgme 1.0.2 to work. Technically everything can > work. > > If I do all the work in the main() everything goes > fine. gpgme_data_seek() works fine in ma

Re: Strange behaviour...

2005-05-06 Thread Matthijs Mohlmann
euhm, this message isn't send... you didn't see it ;) Regards, Matthijs Mohlmann Matthijs Mohlmann wrote: > I don't know if it is a problem in gaim or in gpgme. > > But if i send a test message to the person on the other side. And i > encrypt the message. > > Everytime i get another data hash b

gpgme - gpgme_data_seek() failing with

2005-05-06 Thread tom jones
Hi, I am trying to get the encryption test distributed with gpgme 1.0.2 to work. Technically everything can work. If I do all the work in the main() everything goes fine. gpgme_data_seek() works fine in main(), returning 0, but any use of gpgme_data_seek() in a function outside of my main fails