X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=apps%2Fcrl2p7.c;h=88fabcb22c3618031690789b75a926c99ab0fd3f;hb=78af3f6f95cb8327fb423a609586c3c2b0d9c5f9;hp=95b71e44f130b5878adae09556fed03ae6234b51;hpb=2234212c3dde887e0b7fa08277d035cd132e2cce;p=oweals%2Fopenssl.git diff --git a/apps/crl2p7.c b/apps/crl2p7.c index 95b71e44f1..88fabcb22c 100644 --- a/apps/crl2p7.c +++ b/apps/crl2p7.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2017 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 * this file except in compliance with the License. You can obtain a copy @@ -11,6 +11,7 @@ #include #include #include "apps.h" +#include "progs.h" #include #include #include @@ -162,7 +163,7 @@ int crl2pkcs7_main(int argc, char **argv) PKCS7_free(p7); X509_CRL_free(crl); - return (ret); + return ret; } /*- @@ -212,5 +213,5 @@ static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile) /* never need to OPENSSL_free x */ BIO_free(in); sk_X509_INFO_free(sk); - return (ret); + return ret; }