From: Richard Levitte Date: Tue, 2 Oct 2001 11:06:42 +0000 (+0000) Subject: A lot of things are undeclared unless x509.h is included. X-Git-Tag: OpenSSL_0_9_6c~26^2~158 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e3a7463c5d332f02d96444d59168625045eb2c97 A lot of things are undeclared unless x509.h is included. --- 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) {