From a905764e3d8d147b7389465bd6f846f3825c4288 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sat, 5 Sep 2020 12:53:20 +0200 Subject: Update mbedTLS to version 2.16.8 (+ patch). --- thirdparty/mbedtls/library/entropy_poll.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'thirdparty/mbedtls/library/entropy_poll.c') diff --git a/thirdparty/mbedtls/library/entropy_poll.c b/thirdparty/mbedtls/library/entropy_poll.c index a5996a198d..26b7e4e2b9 100644 --- a/thirdparty/mbedtls/library/entropy_poll.c +++ b/thirdparty/mbedtls/library/entropy_poll.c @@ -1,7 +1,7 @@ /* * Platform-specific and custom entropy polling functions * - * Copyright (C) 2006-2016, ARM Limited, All Rights Reserved + * Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later * * This file is provided under the Apache License 2.0, or the @@ -42,8 +42,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * ********** - * - * This file is part of mbed TLS (https://tls.mbed.org) */ #if defined(__linux__) -- cgit v1.2.3