X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fnseq.c;h=a067c915926f2f427ffb9876b53c670a9e9cb9ae;hb=9b10d1bf77b734f15c4ed5d1b619cd598b7c13fc;hp=a97fe1828f06d1c9d9d3564287638c4daae19494;hpb=44c83ebd7089825a82545c9cacc4c4e2de81d001;p=oweals%2Fopenssl.git diff --git a/apps/nseq.c b/apps/nseq.c index a97fe1828f..a067c91592 100644 --- a/apps/nseq.c +++ b/apps/nseq.c @@ -1,5 +1,5 @@ /* - * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-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 @@ -10,6 +10,7 @@ #include #include #include "apps.h" +#include "progs.h" #include #include @@ -109,5 +110,5 @@ int nseq_main(int argc, char **argv) BIO_free_all(out); NETSCAPE_CERT_SEQUENCE_free(seq); - return (ret); + return ret; }