[SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-153-g37ea5ac
"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=37ea5acc461ddb921748d6b4a9c656ffc93938ae
The branch, master has been updated
via 37ea5acc461ddb921748d6b4a9c656ffc93938ae (commit)
from 50f1d87876aae1ec9db4637025b71b1ef0719882 (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 37ea5acc461ddb921748d6b4a9c656ffc93938ae
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Wed Jun 20 19:55:04 2012 +0200
moved symbol
-----------------------------------------------------------------------
Summary of changes:
NEWS | 1 -
lib/libgnutls.map | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index f3ff364..ae082e3 100644
--- a/NEWS
+++ b/NEWS
@@ -48,7 +48,6 @@ gnutls_x509_trust_list_add_system_trust: Added
gnutls_x509_trust_list_add_trust_file: Added
gnutls_x509_trust_list_add_trust_mem: Added
gnutls_pk_to_sign: Added
-gnutls_session_set_premaster: Added
gnutls_pubkey_verify_hash: Deprecated (use gnutls_pubkey_verify_hash2)
gnutls_pubkey_verify_data: Deprecated (use gnutls_pubkey_verify_data2)
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 9faa8cc..eefae38 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -788,6 +788,7 @@ GNUTLS_3_0_0 {
gnutls_pubkey_verify_hash2;
gnutls_pk_to_sign;
gnutls_certificate_set_x509_system_trust;
+ gnutls_session_set_premaster;
} GNUTLS_2_12;
GNUTLS_3_1_0 {
@@ -797,7 +798,6 @@ GNUTLS_3_1_0 {
gnutls_x509_trust_list_add_trust_file;
gnutls_x509_trust_list_add_trust_mem;
gnutls_pkcs12_simple_parse;
- gnutls_session_set_premaster;
} GNUTLS_3_0_0;
GNUTLS_PRIVATE {
hooks/post-receive
--
GNU gnutls