At Sun, 1 Aug 2004 17:54:48 +0200, salvatore wrote: > Can someone tell me what the following function does... > > gcry_control (GCRYCTL_DISABLE_SECMEM, 0); It disables the use of "secure memory", which is memory, that cannot be swapped out, since it is locked into core. This feature requires super-user privileges. moritz