1
0
Fork 0

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>
hifive-unleashed-5.1
David Howells 2015-09-25 16:31:45 +01:00
parent 94c4554ba0
commit 292c609135
1 changed files with 0 additions and 4 deletions

View File

@ -17,13 +17,9 @@
#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>