The nightly gpgme newbie question: en- and decrypt problems

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Mon Jul 7 22:39:50 CEST 2008


nico-gnupg-dev-0 at schottelius.org wrote:
> Yeah, found the problem!
>
> When I use gpgme_data_new_from_file() and import the result from
> my previous encryption, it works:
>   
I have limited net access right now, but here are two hints that might 
help you: gpgme data objects have a file pointer that must be rewound to 
read written data (gpgme_data_seek).  To use the seek function make sure 
you compile with large file support.  See the documentation.

Thanks,
Marcus




More information about the Gnupg-devel mailing list