summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-08 09:35:59 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-08 09:38:25 +0100
commitbb616582ea8cce9880067a292f7fc031b19d315f (patch)
treea0ecf06d7f6d2be69e9029d18feeba0dd99fcc37 /lib/gnutls_errors.h
parent43d79956faea159239c85e6d2c389bf62dbd1d13 (diff)
downloadgnutls-bb616582ea8cce9880067a292f7fc031b19d315f.tar.gz
When receiving a TLS record with multiple handshake packets, parse them in one go
That resolves: https://savannah.gnu.org/support/?108712
Diffstat (limited to 'lib/gnutls_errors.h')
-rw-r--r--lib/gnutls_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_errors.h b/lib/gnutls_errors.h
index dbc1dfd82f..a810834fb4 100644
--- a/lib/gnutls_errors.h
+++ b/lib/gnutls_errors.h
@@ -27,6 +27,7 @@
#include <gnutls_global.h>
#define GNUTLS_E_INT_RET_0 -1251
+#define GNUTLS_E_INT_CHECK_AGAIN -1252
#ifdef __FILE__
#ifdef __LINE__