summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-23 13:21:01 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-23 13:21:01 +0200
commitbe68a4889aadbe4e7732f49e96e10275bd5b4034 (patch)
tree07a462899942910a07e01604a132ec79bdea46d1
parent95820fc37206240edee922d89d111d61dab5a052 (diff)
downloadgnutls-be68a4889aadbe4e7732f49e96e10275bd5b4034.tar.gz
removed libextra errors.
-rw-r--r--lib/includes/gnutls/gnutls.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 77ee1f49be..fefb698afc 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1681,13 +1681,6 @@ gnutls_ecc_curve_t gnutls_ecc_curve_get(gnutls_session_t session);
#define GNUTLS_E_UNKNOWN_PK_ALGORITHM -80
#define GNUTLS_E_TOO_MANY_HANDSHAKE_PACKETS -81
- /* returned if libextra functionality was requested but
- * gnutls_global_init_extra() was not called.
- */
-#define GNUTLS_E_INIT_LIBEXTRA -82
-#define GNUTLS_E_LIBRARY_VERSION_MISMATCH -83
-
-
/* returned if you need to generate temporary RSA
* parameters. These are needed for export cipher suites.
*/