Loading test/bad_dtls_test.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -38,8 +38,8 @@ #include <openssl/rand.h> #include <openssl/rand.h> #include <openssl/kdf.h> #include <openssl/kdf.h> #include "ssl/packet_locl.h" #include "../ssl/packet_locl.h" #include "e_os.h" /* for OSSL_NELEM() */ #include "../e_os.h" /* for OSSL_NELEM() */ /* For DTLS1_BAD_VER packets the MAC doesn't include the handshake header */ /* For DTLS1_BAD_VER packets the MAC doesn't include the handshake header */ #define MAC_OFFSET (DTLS1_RT_HEADER_LENGTH + DTLS1_HM_HEADER_LENGTH) #define MAC_OFFSET (DTLS1_RT_HEADER_LENGTH + DTLS1_HM_HEADER_LENGTH) Loading test/build.info +1 −1 Original line number Original line Diff line number Diff line Loading @@ -191,7 +191,7 @@ IF[{- !$disabled{tests} -}] DEPEND[clienthellotest]=../libcrypto ../libssl DEPEND[clienthellotest]=../libcrypto ../libssl SOURCE[bad_dtls_test]=bad_dtls_test.c SOURCE[bad_dtls_test]=bad_dtls_test.c INCLUDE[bad_dtls_test]=.. ../include INCLUDE[bad_dtls_test]=../include DEPEND[bad_dtls_test]=../libcrypto ../libssl DEPEND[bad_dtls_test]=../libcrypto ../libssl SOURCE[packettest]=packettest.c SOURCE[packettest]=packettest.c Loading Loading
test/bad_dtls_test.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -38,8 +38,8 @@ #include <openssl/rand.h> #include <openssl/rand.h> #include <openssl/kdf.h> #include <openssl/kdf.h> #include "ssl/packet_locl.h" #include "../ssl/packet_locl.h" #include "e_os.h" /* for OSSL_NELEM() */ #include "../e_os.h" /* for OSSL_NELEM() */ /* For DTLS1_BAD_VER packets the MAC doesn't include the handshake header */ /* For DTLS1_BAD_VER packets the MAC doesn't include the handshake header */ #define MAC_OFFSET (DTLS1_RT_HEADER_LENGTH + DTLS1_HM_HEADER_LENGTH) #define MAC_OFFSET (DTLS1_RT_HEADER_LENGTH + DTLS1_HM_HEADER_LENGTH) Loading
test/build.info +1 −1 Original line number Original line Diff line number Diff line Loading @@ -191,7 +191,7 @@ IF[{- !$disabled{tests} -}] DEPEND[clienthellotest]=../libcrypto ../libssl DEPEND[clienthellotest]=../libcrypto ../libssl SOURCE[bad_dtls_test]=bad_dtls_test.c SOURCE[bad_dtls_test]=bad_dtls_test.c INCLUDE[bad_dtls_test]=.. ../include INCLUDE[bad_dtls_test]=../include DEPEND[bad_dtls_test]=../libcrypto ../libssl DEPEND[bad_dtls_test]=../libcrypto ../libssl SOURCE[packettest]=packettest.c SOURCE[packettest]=packettest.c Loading