X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2Fextract-cert.c;h=b071bf476fea7ede6aab95730f5844ac1bf5caa5;hb=5a7862e83000ccfd36db927c6f060458fe271157;hp=10d23ca9f6176c5ec9ea8ac71a909d3c39acee26;hpb=e1df8b0a1bb2ac8254616d6075e40f9ca447fa29;p=cascardo%2Flinux.git diff --git a/scripts/extract-cert.c b/scripts/extract-cert.c index 10d23ca9f617..b071bf476fea 100644 --- a/scripts/extract-cert.c +++ b/scripts/extract-cert.c @@ -1,15 +1,15 @@ /* Extract X.509 certificate in DER form from PKCS#11 or PEM. * - * Copyright © 2014 Red Hat, Inc. All Rights Reserved. - * Copyright © 2015 Intel Corporation. + * Copyright © 2014-2015 Red Hat, Inc. All Rights Reserved. + * Copyright © 2015 Intel Corporation. * * Authors: David Howells * David Woodhouse * * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public Licence - * as published by the Free Software Foundation; either version - * 2 of the Licence, or (at your option) any later version. + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the licence, or (at your option) any later version. */ #define _GNU_SOURCE #include @@ -17,13 +17,9 @@ #include #include #include -#include #include -#include #include -#include #include -#include #include #include