aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/example.c')
-rw-r--r--crypto/pkcs7/example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/example.c b/crypto/pkcs7/example.c
index 70e6b6a023..fad5c4920b 100644
--- a/crypto/pkcs7/example.c
+++ b/crypto/pkcs7/example.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
-#include "pkcs7.h"
+#include <openssl/pkcs7.h>
int add_signed_time(PKCS7_SIGNER_INFO *si)
{