提交 9cc76cc4 编写于 作者: R Richard Levitte

VMS: Fix building of bad_dtls_test

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 739fe504
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册