From 1f203ace254d736b404239952ac2267b0a908bf0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 28 Jul 2017 10:30:25 +0200 Subject: 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 --- tests/eagain-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/eagain-common.h') 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 + #define min(x,y) ((x)<(y)?(x):(y)) extern const char *side; -- cgit v1.2.1