Skip to content

Commit

Permalink
KEYS: Remove unnecessary header #inclusions from extract-cert.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dhowells committed Sep 25, 2015
1 parent 94c4554 commit 292c609
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/extract-cert.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 292c609

Please sign in to comment.