X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fchacha_internal_test.c;h=878bd752e054bb70d56c9fd4ddd590154afba3eb;hb=7421f085005e0d7a1dd2fe61b991ff23cef91c22;hp=be4401218771d6790599331a2d18c64d62042ced;hpb=ad887416f1e59c3294a7d8f83a0ca77120523b4a;p=oweals%2Fopenssl.git diff --git a/test/chacha_internal_test.c b/test/chacha_internal_test.c index be44012187..878bd752e0 100644 --- a/test/chacha_internal_test.c +++ b/test/chacha_internal_test.c @@ -1,7 +1,7 @@ /* * Copyright 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 @@ -15,7 +15,7 @@ #include #include #include "testutil.h" -#include "internal/chacha.h" +#include "crypto/chacha.h" static const unsigned int key[] = { 0x03020100, 0x07060504, 0x0b0a0908, 0x0f0e0d0c,