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_3_0_13-3-g5c05181


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-3-g5c05181
Date: Sun, 19 Feb 2012 10:50:22 +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=5c05181a979d4ddd92ec03a90ce19fb1e17628cd

The branch, master has been updated
       via  5c05181a979d4ddd92ec03a90ce19fb1e17628cd (commit)
       via  3d9e5949e4680daaaea799f6c24ae15d5442d8a8 (commit)
      from  be70172b3d08d5b0fb5a81e632bcaeda9f37688f (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 5c05181a979d4ddd92ec03a90ce19fb1e17628cd
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Feb 19 11:49:19 2012 +0100

    Included libopts is not installed by default.

commit 3d9e5949e4680daaaea799f6c24ae15d5442d8a8
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Feb 18 15:35:30 2012 +0100

    updated description

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

Summary of changes:
 src/libopts/m4/libopts.m4 |    6 +++---
 tests/mini-loss-time.c    |    5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4
index 1f981aa..0a01666 100644
--- a/src/libopts/m4/libopts.m4
+++ b/src/libopts/m4/libopts.m4
@@ -487,9 +487,9 @@ AC_DEFUN([LIBOPTS_CHECK_COMMON],[
     fi])
 
   AC_ARG_ENABLE([libopts-install],
-    AC_HELP_STRING([--disable-libopts-install],
-       [Do not install libopts with client installation]))
-  AM_CONDITIONAL([INSTALL_LIBOPTS],[test "X${enable_libopts_install}" != Xno])
+    AC_HELP_STRING([--enable-libopts-install],
+       [Install libopts with client installation]))
+  AM_CONDITIONAL([INSTALL_LIBOPTS],[test "X${enable_libopts_install}" = Xyes])
 
   [if test -z "${NEED_LIBOPTS_DIR}" ; then]
      AC_MSG_CHECKING([whether autoopts-config can be found])
diff --git a/tests/mini-loss-time.c b/tests/mini-loss-time.c
index f1aa3e4..17f6d3f 100644
--- a/tests/mini-loss-time.c
+++ b/tests/mini-loss-time.c
@@ -49,9 +49,8 @@ int main()
 
 #include "utils.h"
 
-/* This program simulates packet loss in DTLS datagrams using
- * the blocking functions. Idea taken from test app of
- * Sean Buckheister.
+/* This program tests whether a DTLS handshake would timeout
+ * in a minute.
  */
 
 static void print_type(const unsigned char* buf, int size)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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