Skip to content
Snippets Groups Projects
Commit 292c6091 authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 94c4554b
No related branches found
No related tags found
No related merge requests found
...@@ -17,13 +17,9 @@ ...@@ -17,13 +17,9 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include <getopt.h>
#include <err.h> #include <err.h>
#include <arpa/inet.h>
#include <openssl/bio.h> #include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/pem.h> #include <openssl/pem.h>
#include <openssl/pkcs7.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/engine.h> #include <openssl/engine.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment