summaryrefslogtreecommitdiff
path: root/test/tls13ccstest.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-11-29 12:40:10 +0100
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-12-01 07:49:38 +0100
commit20f8bc72552932393023f5bc5b436cc40cdd1348 (patch)
tree3d3db6acede00003b309439006cd4bbcb02e2438 /test/tls13ccstest.c
parent93a9ffa6c2d8440328deca5e860ae9cf38d81d8a (diff)
downloadopenssl-new-20f8bc72552932393023f5bc5b436cc40cdd1348.tar.gz
test cleanup: move helper .c and .h files to test/helpers/
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13568)
Diffstat (limited to 'test/tls13ccstest.c')
-rw-r--r--test/tls13ccstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tls13ccstest.c b/test/tls13ccstest.c
index 3a81ceba22..3a3fa8c22a 100644
--- a/test/tls13ccstest.c
+++ b/test/tls13ccstest.c
@@ -9,7 +9,7 @@
#include <openssl/ssl.h>
#include <string.h>
-#include "ssltestlib.h"
+#include "helpers/ssltestlib.h"
#include "testutil.h"
#include "internal/packet.h"