gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-13-ge900d62


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-13-ge900d62
Date: Fri, 16 Oct 2009 06:43:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=e900d62c839e206214d1eac01e9a78fbcf7b33bf

The branch, master has been updated
       via  e900d62c839e206214d1eac01e9a78fbcf7b33bf (commit)
      from  8c4463309584836a77cf35d5acf7a94b37b1acd9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e900d62c839e206214d1eac01e9a78fbcf7b33bf
Author: Simon Josefsson <address@hidden>
Date:   Fri Oct 16 08:43:38 2009 +0200

    Make sure we use libgcrypt correctly.

-----------------------------------------------------------------------

Summary of changes:
 src/cli.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/cli.c b/src/cli.c
index 36020c6..d2b5457 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -569,6 +569,9 @@ main (int argc, char **argv)
   gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
 
 #ifdef gcry_fips_mode_active
+  /* Libgcrypt manual says that gcry_version_check must be called
+     before calling gcry_fips_mode_active. */
+  gcry_check_version (NULL);
   if (gcry_fips_mode_active ())
     {
       ret = gnutls_register_md5_handler ();


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]