On Wed Apr 17 2002; 23:17, Rüdiger Sonderfeld wrote: > > Warning: using insecure memory! > > I also recive this warning while using the testapi example :( You can disable it with: gcry_control( GCRYCTL_DISABLE_SECMEM_WARN ) or you can set your program set uid. It's the same with the GNU Privacy Guard, to use the secure memory you need root privileges. Timo