]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
KEYS: Remove unnecessary header #inclusions from extract-cert.c
authorDavid Howells <dhowells@redhat.com>
Fri, 25 Sep 2015 15:31:45 +0000 (16:31 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 25 Sep 2015 15:31:45 +0000 (16:31 +0100)
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>
scripts/extract-cert.c

index 6ce5945a0b892e79f2e98e645615cbc37b79f4d1..b071bf476fea7ede6aab95730f5844ac1bf5caa5 100644 (file)
 #include <stdint.h>
 #include <stdbool.h>
 #include <string.h>
-#include <getopt.h>
 #include <err.h>
-#include <arpa/inet.h>
 #include <openssl/bio.h>
-#include <openssl/evp.h>
 #include <openssl/pem.h>
-#include <openssl/pkcs7.h>
 #include <openssl/err.h>
 #include <openssl/engine.h>