From: Nikos Mavrogiannopoulos Date: Sun, 23 Oct 2011 11:21:01 +0000 (+0200) Subject: removed libextra errors. X-Git-Tag: gnutls_3_0_5~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be68a4889aadbe4e7732f49e96e10275bd5b4034;p=thirdparty%2Fgnutls.git removed libextra errors. --- 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. */