4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-04-30 19:54:39 +00:00

VMS: Fix building of bad_dtls_test

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Richard Levitte 2016-08-05 10:14:56 +02:00
parent 739fe504e8
commit 9cc76cc40a
2 changed files with 3 additions and 3 deletions

@ -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)

@ -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