VMS: Fix building of bad_dtls_test
authorRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 08:14:56 +0000 (10:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 08:14:56 +0000 (10:14 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
test/bad_dtls_test.c
test/build.info

index 5d0c6712c060812f6575a00111c0ae28ab01ad02..9c478f43d92790d6550886134b8709a05d92fca8 100644 (file)
@@ -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)
index 7edd12ea0e8ba38e8e19cc5dfb728ed45755a9c4..d731f9ccebad8a45a06cb8c6636fc5aecc5b25c7 100644 (file)
@@ -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