Skip to content

Commit 292c609

Browse files
committed
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 <[email protected]> Acked-by: David Woodhouse <[email protected]>
1 parent 94c4554 commit 292c609

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: scripts/extract-cert.c

-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@
1717
#include <stdint.h>
1818
#include <stdbool.h>
1919
#include <string.h>
20-
#include <getopt.h>
2120
#include <err.h>
22-
#include <arpa/inet.h>
2321
#include <openssl/bio.h>
24-
#include <openssl/evp.h>
2522
#include <openssl/pem.h>
26-
#include <openssl/pkcs7.h>
2723
#include <openssl/err.h>
2824
#include <openssl/engine.h>
2925

0 commit comments

Comments
 (0)