diff options
author | David Howells <dhowells@redhat.com> | 2015-09-25 11:31:45 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2015-09-25 11:31:45 -0400 |
commit | 292c6091353475d94e2cfb49c29906e88ee967ba (patch) | |
tree | d21bb5a2574949283900b0b3241d375504cc66ae /scripts/extract-cert.c | |
parent | 94c4554ba07adbdde396748ee7ae01e86cf2d8d7 (diff) |
KEYS: Remove unnecessary header #inclusions from extract-cert.c
Remove headers #included unnecessarily from extract-cert.c lest they cause
compilation of the tool to fail against an older OpenSSL library.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'scripts/extract-cert.c')
-rw-r--r-- | scripts/extract-cert.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/extract-cert.c b/scripts/extract-cert.c index 6ce5945a0b89..b071bf476fea 100644 --- a/scripts/extract-cert.c +++ b/scripts/extract-cert.c | |||
@@ -17,13 +17,9 @@ | |||
17 | #include <stdint.h> | 17 | #include <stdint.h> |
18 | #include <stdbool.h> | 18 | #include <stdbool.h> |
19 | #include <string.h> | 19 | #include <string.h> |
20 | #include <getopt.h> | ||
21 | #include <err.h> | 20 | #include <err.h> |
22 | #include <arpa/inet.h> | ||
23 | #include <openssl/bio.h> | 21 | #include <openssl/bio.h> |
24 | #include <openssl/evp.h> | ||
25 | #include <openssl/pem.h> | 22 | #include <openssl/pem.h> |
26 | #include <openssl/pkcs7.h> | ||
27 | #include <openssl/err.h> | 23 | #include <openssl/err.h> |
28 | #include <openssl/engine.h> | 24 | #include <openssl/engine.h> |
29 | 25 | ||