ChangeLog man, ChangeLog

On Thu, 2009-07-23 at 02:53 -0700, Enlightenment SVN wrote:
> Log:
>       * 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.
>   
> Author:       cedric
> Date:         2009-07-23 02:53:44 -0700 (Thu, 23 Jul 2009)
> New Revision: 41481
> 
> Modified:
>   trunk/eet/src/lib/eet_lib.c 
> 
> Modified: trunk/eet/src/lib/eet_lib.c
> ===================================================================
> --- trunk/eet/src/lib/eet_lib.c       2009-07-23 07:35:50 UTC (rev 41480)
> +++ trunk/eet/src/lib/eet_lib.c       2009-07-23 09:53:44 UTC (rev 41481)
> @@ -746,7 +746,7 @@
>          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;
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to