summaryrefslogtreecommitdiffstats
path: root/test/bad_dtls_test.c
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/bad_dtls_test.c
parent739fe504e81666e4bd24a5b76d07dabf500d4b73 (diff)
VMS: Fix building of bad_dtls_test
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'test/bad_dtls_test.c')
-rw-r--r--test/bad_dtls_test.c4
1 files changed, 2 insertions, 2 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)