summaryrefslogtreecommitdiff
path: root/lib/errors.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-14 11:30:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-11 08:18:07 +0200
commit0b572406fa500a57c3e0a4abb74ef6ff0dca91fd (patch)
tree307ffe8ae694a91daee01101f9ae2a58c8e1f816 /lib/errors.h
parent720b255c3691458bf7836f424add0c3886f5b0dd (diff)
downloadgnutls-0b572406fa500a57c3e0a4abb74ef6ff0dca91fd.tar.gz
extensions: simplified requirements from send callback
The callback no longer needs to return the number of sent data; they are now calculated by the caller. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/errors.h')
-rw-r--r--lib/errors.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/errors.h b/lib/errors.h
index ab71b69b98..e0f6b906c2 100644
--- a/lib/errors.h
+++ b/lib/errors.h
@@ -28,9 +28,6 @@
#include <mpi.h>
#include <gnutls/x509.h>
-#define GNUTLS_E_INT_RET_0 -1251
-#define GNUTLS_E_INT_CHECK_AGAIN -1252
-
#ifdef __FILE__
#ifdef __LINE__
#define gnutls_assert() _gnutls_assert_log( "ASSERT: %s[%s]:%d\n", __FILE__,__func__,__LINE__);