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_11_6-119-gd065ebc


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-119-gd065ebc
Date: Mon, 07 Feb 2011 16:24:19 +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=d065ebcf3b5979e6c2f823189b15c7416c77d3d6

The branch, master has been updated
       via  d065ebcf3b5979e6c2f823189b15c7416c77d3d6 (commit)
      from  8bc8e2190c0133bf1725ff8f65b1d6d8adc86941 (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 d065ebcf3b5979e6c2f823189b15c7416c77d3d6
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Feb 7 17:24:00 2011 +0100

    Removed remaining TLS/IA stuff.

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

Summary of changes:
 lib/gnutls_alert.c              |    4 ----
 lib/includes/gnutls/gnutls.h.in |    4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/lib/gnutls_alert.c b/lib/gnutls_alert.c
index 2f65d19..3a3c4f5 100644
--- a/lib/gnutls_alert.c
+++ b/lib/gnutls_alert.c
@@ -70,10 +70,6 @@ static const gnutls_alert_entry sup_alerts[] = {
    N_("The server name sent was not recognized")},
   {GNUTLS_A_UNKNOWN_PSK_IDENTITY,
    N_("The SRP/PSK username is missing or not known")},
-  {GNUTLS_A_INNER_APPLICATION_FAILURE,
-   N_("Inner application negotiation failed")},
-  {GNUTLS_A_INNER_APPLICATION_VERIFICATION,
-   N_("Inner application verification failed")},
   {0, NULL}
 };
 
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 1b0c34f..aa203d1 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -340,8 +340,6 @@ extern "C"
    *   or not known.
    * @GNUTLS_A_INNER_APPLICATION_FAILURE: Inner application
    *   negotiation failed.
-   * @GNUTLS_A_INNER_APPLICATION_VERIFICATION: Inner application
-   *   verification failed.
    *
    * Enumeration of different TLS alerts.
    */
@@ -375,8 +373,6 @@ extern "C"
     GNUTLS_A_CERTIFICATE_UNOBTAINABLE = 111,
     GNUTLS_A_UNRECOGNIZED_NAME = 112,
     GNUTLS_A_UNKNOWN_PSK_IDENTITY = 115,
-    GNUTLS_A_INNER_APPLICATION_FAILURE = 208,
-    GNUTLS_A_INNER_APPLICATION_VERIFICATION = 209
   } gnutls_alert_description_t;
 
   /**


hooks/post-receive
-- 
GNU gnutls



reply via email to

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