X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fcrl.c;h=49ad97b77468449ac283722e6b9b277aeab78b86;hb=584410227ab3afd3d296408ca096409cd677ee10;hp=ce589bbc1d000d257cf073a3fed6d68178c984a6;hpb=b5c4209be9162d4ceafb9aef833ca94ffa1cc5c9;p=openssl.git diff --git a/apps/crl.c b/apps/crl.c index ce589bbc1d..49ad97b774 100644 --- a/apps/crl.c +++ b/apps/crl.c @@ -1,7 +1,7 @@ /* - * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-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 @@ -11,6 +11,7 @@ #include #include #include "apps.h" +#include "progs.h" #include #include #include @@ -337,5 +338,5 @@ int crl_main(int argc, char **argv) X509_CRL_free(x); X509_STORE_CTX_free(ctx); X509_STORE_free(store); - return (ret); + return ret; }