X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fbad_dtls_test.c;h=66b5e1d2eda8f21c8bd5ae7524eabef5f3fd2472;hb=c6fec81b88131d08c1022504ccf6effa95497afb;hp=5bd4e22d0a3016b9e5a2b42b988f2a37768add34;hpb=3a63c0edab842af3e84ef1cad2b4eb701eece3e1;p=oweals%2Fopenssl.git diff --git a/test/bad_dtls_test.c b/test/bad_dtls_test.c index 5bd4e22d0a..66b5e1d2ed 100644 --- a/test/bad_dtls_test.c +++ b/test/bad_dtls_test.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html @@ -19,7 +19,7 @@ * Note that unlike other SSL tests, we don't test against our own SSL * server method. Firstly because we don't have one; we *only* support * DTLS1_BAD_VER as a client. And secondly because even if that were - * fixed up it's the wrong thing to test against — because if changes + * fixed up it's the wrong thing to test against - because if changes * are made in generic DTLS code which don't take DTLS1_BAD_VER into * account, there's plenty of scope for making those changes such that * they break *both* the client and the server in the same way. @@ -37,7 +37,7 @@ #include #include #include -#include "../ssl/packet_locl.h" +#include "internal/packet.h" #include "internal/nelem.h" #include "testutil.h"