summaryrefslogtreecommitdiff
path: root/tests/eagain-common.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-28 10:30:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-04 16:46:38 +0200
commit1f203ace254d736b404239952ac2267b0a908bf0 (patch)
tree554dfe82c7f0357b4dd8efbbf3c82c8fa7e70c73 /tests/eagain-common.h
parent395ab75c52c4c337667caa1bd53c8649ed66ee08 (diff)
downloadgnutls-1f203ace254d736b404239952ac2267b0a908bf0.tar.gz
tests: added check for the negotiation of ext keys
That is, check whether we can negotiate TLS with ext abstract key types, and whether the algorithms which cannot be used with that key type, gracefully fail. Relates #234 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/eagain-common.h')
-rw-r--r--tests/eagain-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/eagain-common.h b/tests/eagain-common.h
index 9879b914a1..b0e89e867d 100644
--- a/tests/eagain-common.h
+++ b/tests/eagain-common.h
@@ -1,3 +1,5 @@
+#include <errno.h>
+
#define min(x,y) ((x)<(y)?(x):(y))
extern const char *side;