projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796c6ea
)
A lot of things are undeclared unless x509.h is included.
author
Richard Levitte
<levitte@openssl.org>
Tue, 2 Oct 2001 11:06:42 +0000
(11:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 2 Oct 2001 11:06:42 +0000
(11:06 +0000)
crypto/pkcs7/example.c
patch
|
blob
|
history
diff --git
a/crypto/pkcs7/example.c
b/crypto/pkcs7/example.c
index f6656be28e19b30de5bc0039cb0959003d216c73..c993947cc378914c9fba3a6d7cd25176ddb67d85 100644
(file)
--- 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)
{