summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-08-05 10:14:56 +0200
committerRichard Levitte <levitte@openssl.org>2016-08-05 10:14:56 +0200
commit9cc76cc40a033ade05a2799a4de5be5f29a35ed1 (patch)
treef0aa74244ef34476eb75179390ee3e869812c625 /test
parent739fe504e81666e4bd24a5b76d07dabf500d4b73 (diff)
VMS: Fix building of bad_dtls_test
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/bad_dtls_test.c4
-rw-r--r--test/build.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/bad_dtls_test.c b/test/bad_dtls_test.c
index 5d0c6712c0..9c478f43d9 100644
--- a/test/bad_dtls_test.c
+++ b/test/bad_dtls_test.c
@@ -38,8 +38,8 @@
#include <openssl/rand.h>
#include <openssl/kdf.h>
-#include "ssl/packet_locl.h"
-#include "e_os.h" /* for OSSL_NELEM() */
+#include "../ssl/packet_locl.h"
+#include "../e_os.h" /* for OSSL_NELEM() */
/* For DTLS1_BAD_VER packets the MAC doesn't include the handshake header */
#define MAC_OFFSET (DTLS1_RT_HEADER_LENGTH + DTLS1_HM_HEADER_LENGTH)
diff --git a/test/build.info b/test/build.info
index 7edd12ea0e..d731f9cceb 100644
--- a/test/build.info
+++ b/test/build.info
@@ -191,7 +191,7 @@ IF[{- !$disabled{tests} -}]
DEPEND[clienthellotest]=../libcrypto ../libssl
SOURCE[bad_dtls_test]=bad_dtls_test.c
- INCLUDE[bad_dtls_test]=.. ../include
+ INCLUDE[bad_dtls_test]=../include
DEPEND[bad_dtls_test]=../libcrypto ../libssl
SOURCE[packettest]=packettest.c