Commit e3a7463c authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 796c6ead
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
	{