[SCM] GNU gnutls branch, master, updated. gnutls_3_0_9-37-g4bcdbb0
"Nikos Mavrogiannopoulos" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=4bcdbb03b14770ae7cd98ea4767dba9ef22c2500
The branch, master has been updated
via 4bcdbb03b14770ae7cd98ea4767dba9ef22c2500 (commit)
from 05cf15edd2dac479b0eeb0fc26b33c1b9663b94e (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 4bcdbb03b14770ae7cd98ea4767dba9ef22c2500
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Thu Dec 29 22:25:22 2011 +0200
updated DTLS example
-----------------------------------------------------------------------
Summary of changes:
doc/examples/ex-serv-dtls.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/examples/ex-serv-dtls.c b/doc/examples/ex-serv-dtls.c
index 52c96c3..355f7b9 100644
--- a/doc/examples/ex-serv-dtls.c
+++ b/doc/examples/ex-serv-dtls.c
@@ -94,7 +94,8 @@ main (void)
gnutls_certificate_set_dh_params (x509_cred, dh_params);
gnutls_priority_init (&priority_cache,
- "NORMAL:-VERS-TLS-ALL:+VERS-DTLS1.0", NULL);
+ "PERFORMANCE:-VERS-TLS-ALL:+VERS-DTLS1.0:%SERVER_PRECEDENCE",
+ NULL);
gnutls_key_generate (&cookie_key, GNUTLS_COOKIE_KEY_SIZE);
hooks/post-receive
--
GNU gnutls