[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Aug 5 09:05:06 UTC 2016
The branch master has been updated
via 9cc76cc40a033ade05a2799a4de5be5f29a35ed1 (commit)
from 739fe504e81666e4bd24a5b76d07dabf500d4b73 (commit)
- Log -----------------------------------------------------------------
commit 9cc76cc40a033ade05a2799a4de5be5f29a35ed1
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Aug 5 10:14:56 2016 +0200
VMS: Fix building of bad_dtls_test
Reviewed-by: Tim Hudson <tjh at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/bad_dtls_test.c | 4 ++--
test/build.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/bad_dtls_test.c b/test/bad_dtls_test.c
index 5d0c671..9c478f4 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 7edd12e..d731f9c 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
More information about the openssl-commits
mailing list