Commit 9cc76cc4 authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS: Fix building of bad_dtls_test



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 739fe504
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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