summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-02 11:06:42 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-02 11:06:42 +0000
commite3a7463c5d332f02d96444d59168625045eb2c97 (patch)
tree8d4faac2b92a31309d06ac0caacb753c7e22533d /crypto/pkcs7
parent796c6eadcbb69e5c681f9e5bca160449f42ae09f (diff)
A lot of things are undeclared unless x509.h is included.
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r--crypto/pkcs7/example.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <openssl/pkcs7.h>
#include <openssl/asn1_mac.h>
+#include <openssl/x509.h>
int add_signed_time(PKCS7_SIGNER_INFO *si)
{