A lot of things are undeclared unless x509.h is included.

This commit is contained in:
Richard Levitte 2001-10-02 11:06:42 +00:00
parent 796c6eadcb
commit e3a7463c5d

View File

@ -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)
{