summaryrefslogtreecommitdiffstats
path: root/test/cmp_client_test.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-19 10:01:25 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-20 16:23:27 +0200
commitee56cec7332ca2c77ee425c544304ce25475db1c (patch)
treee52fcf8583a66be15fa5b2cab6820f1ca0052ee0 /test/cmp_client_test.c
parenta37dbb466ce085bd054bf13604dceac6eb35b593 (diff)
CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock_srv.h
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15343)
Diffstat (limited to 'test/cmp_client_test.c')
-rw-r--r--test/cmp_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmp_client_test.c b/test/cmp_client_test.c
index 35a7c30f92..3d9b37b3a2 100644
--- a/test/cmp_client_test.c
+++ b/test/cmp_client_test.c
@@ -11,7 +11,7 @@
#include "helpers/cmp_testlib.h"
-#include "apps/cmp_mock_srv.h"
+#include "cmp_mock_srv.h"
#ifndef NDEBUG /* tests need mock server, which is available only if !NDEBUG */