X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fseed%2Fseed.c;h=d62da91edea6891f04ec14b58351b249029ea2e3;hp=47ec9bc7c7c989c93d50bda2bfd67f257cb678a1;hb=ac879ed62a19f3c878f7be3020a1b93cc77f4b38;hpb=0f3ab9a34c0a30b5d471ad1c1ba88cc0e10dd74a diff --git a/crypto/seed/seed.c b/crypto/seed/seed.c index 47ec9bc7c7..d62da91ede 100644 --- a/crypto/seed/seed.c +++ b/crypto/seed/seed.c @@ -1,3 +1,12 @@ +/* + * Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (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 + */ + /* * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved. * @@ -28,7 +37,7 @@ # include # include # include -# ifdef WIN32 +# ifdef _WIN32 # include # endif