diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-11-29 12:40:10 +0100 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-12-01 07:49:38 +0100 |
commit | 20f8bc72552932393023f5bc5b436cc40cdd1348 (patch) | |
tree | 3d3db6acede00003b309439006cd4bbcb02e2438 /test/cmp_server_test.c | |
parent | remove obsolete test/drbg_cavs_data.h (diff) | |
download | openssl-20f8bc72552932393023f5bc5b436cc40cdd1348.tar.xz openssl-20f8bc72552932393023f5bc5b436cc40cdd1348.zip |
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/cmp_server_test.c')
-rw-r--r-- | test/cmp_server_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmp_server_test.c b/test/cmp_server_test.c index 8d0e1de759..49108bfa17 100644 --- a/test/cmp_server_test.c +++ b/test/cmp_server_test.c @@ -9,7 +9,7 @@ * https://www.openssl.org/source/license.html */ -#include "cmp_testlib.h" +#include "helpers/cmp_testlib.h" typedef struct test_fixture { const char *test_case_name; |