aboutsummaryrefslogtreecommitdiff
path: root/test/endecode_test.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/endecode_test.c
parent93a9ffa6c2d8440328deca5e860ae9cf38d81d8a (diff)
downloadopenssl-20f8bc72552932393023f5bc5b436cc40cdd1348.zip
openssl-20f8bc72552932393023f5bc5b436cc40cdd1348.tar.gz
openssl-20f8bc72552932393023f5bc5b436cc40cdd1348.tar.bz2
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/endecode_test.c')
-rw-r--r--test/endecode_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/endecode_test.c b/test/endecode_test.c
index e01cc4d..e8cdd61 100644
--- a/test/endecode_test.c
+++ b/test/endecode_test.c
@@ -22,7 +22,7 @@
#include "internal/cryptlib.h" /* ossl_assert */
#include "crypto/pem.h" /* For PVK and "blob" PEM headers */
-#include "predefined_dhparams.h"
+#include "helpers/predefined_dhparams.h"
#include "testutil.h"
#ifndef OPENSSL_NO_EC