X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh_kdf.c;h=2a01bfce46b7530d7901c7a3acb05407fee482ca;hp=2782eeee6e032cbe07d1a0d2d6cd22ae8f30e095;hb=e38873f5ce93b41929d8128a533cca7d9e3f0f5a;hpb=d166ed8c11e10e9fdaeac182effb9dd318843924 diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c index 2782eeee6e..2a01bfce46 100644 --- a/crypto/dh/dh_kdf.c +++ b/crypto/dh/dh_kdf.c @@ -1,13 +1,13 @@ /* * Copyright 2013-2016 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 */ -#include +#include "e_os.h" #ifndef OPENSSL_NO_CMS #include