From e3a7463c5d332f02d96444d59168625045eb2c97 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 2 Oct 2001 11:06:42 +0000 Subject: [PATCH] A lot of things are undeclared unless x509.h is included. --- crypto/pkcs7/example.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/pkcs7/example.c b/crypto/pkcs7/example.c index f6656be28e..c993947cc3 100644 --- a/crypto/pkcs7/example.c +++ b/crypto/pkcs7/example.c @@ -3,6 +3,7 @@ #include #include #include +#include int add_signed_time(PKCS7_SIGNER_INFO *si) { -- GitLab