X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fmdc2_internal_test.c;h=0e32331f24703d6e031db6e88e83f4ab9491d196;hp=01e30fdd91fbf26ffe776b3c2bec76dc5cab3bc2;hb=0e43960e88128bb86031a45c0fe9ca3e3a310c3b;hpb=83cf7abf8e9abbd4d0b68c63dc1cb43374aafe63 diff --git a/test/mdc2_internal_test.c b/test/mdc2_internal_test.c index 01e30fdd91..0e32331f24 100644 --- a/test/mdc2_internal_test.c +++ b/test/mdc2_internal_test.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 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 @@ -9,6 +9,12 @@ /* Internal tests for the mdc2 module */ +/* + * MDC2 low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include #include