X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fec.c;h=c09d29d3783e828891e74e33a688e72939d185f2;hp=859623e2a364e95d4d69d6ae6c40b13ef867df19;hb=c162a8c344f12b2e0e788920358f51181ddf168f;hpb=2234212c3dde887e0b7fa08277d035cd132e2cce diff --git a/apps/ec.c b/apps/ec.c index 859623e2a3..c09d29d378 100644 --- a/apps/ec.c +++ b/apps/ec.c @@ -1,7 +1,7 @@ /* - * Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2002-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 @@ -16,6 +16,7 @@ NON_EMPTY_TRANSLATION_UNIT # include # include # include "apps.h" +# include "progs.h" # include # include # include @@ -277,6 +278,6 @@ int ec_main(int argc, char **argv) release_engine(e); OPENSSL_free(passin); OPENSSL_free(passout); - return (ret); + return ret; } #endif