* eet: Fix initialization for system that don't support SECMEN.

Note that I don't like this solution, but I didn't see any better one.


SVN revision: 41481
This commit is contained in:
Cedric BAIL 2009-07-23 09:53:44 +00:00
parent 835c6fd150
commit fe553249ef
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ eet_init(void)
allocated is currently 16384 bytes; you may thus use a value of 1 to
request that default size. */
if (gcry_control(GCRYCTL_INIT_SECMEM, 16384, 0))
return --eet_initcount;
fprintf(stderr, "BIG FAT WARNING: I AM UNABLE TO REQUEST SECMEM, Cryptographic operation are at risk !");
}
if (gnutls_global_init())
return --eet_initcount;