]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed libextra error codes.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 23 Oct 2011 12:11:25 +0000 (14:11 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 23 Oct 2011 12:11:25 +0000 (14:11 +0200)
lib/gnutls_errors.c

index cfb3433d0c8a98bed71d41e91135dacb31774358..0084a88da8b429cf73db6fd835a018495e96ca0a 100644 (file)
@@ -204,11 +204,6 @@ static const gnutls_error_entry error_algorithms[] = {
                GNUTLS_E_TOO_MANY_EMPTY_PACKETS, 1),
   ERROR_ENTRY (N_("Too many handshake packets have been received."),
                GNUTLS_E_TOO_MANY_HANDSHAKE_PACKETS, 1),
-  ERROR_ENTRY (N_("The initialization of GnuTLS-extra has failed."),
-               GNUTLS_E_INIT_LIBEXTRA, 1),
-  ERROR_ENTRY (N_
-               ("The GnuTLS library version does not match the GnuTLS-extra library version."),
-               GNUTLS_E_LIBRARY_VERSION_MISMATCH, 1),
   ERROR_ENTRY (N_("The crypto library version is too old."),
                GNUTLS_E_INCOMPATIBLE_GCRYPT_LIBRARY, 1),