diff options
Diffstat (limited to 'include/crypto/pkcs7.h')
-rw-r--r-- | include/crypto/pkcs7.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/pkcs7.h b/include/crypto/pkcs7.h index 8f2628fbdfce..8ba0f3810d67 100644 --- a/include/crypto/pkcs7.h +++ b/include/crypto/pkcs7.h | |||
@@ -21,3 +21,8 @@ extern void pkcs7_free_message(struct pkcs7_message *pkcs7); | |||
21 | extern int pkcs7_get_content_data(const struct pkcs7_message *pkcs7, | 21 | extern int pkcs7_get_content_data(const struct pkcs7_message *pkcs7, |
22 | const void **_data, size_t *_datalen, | 22 | const void **_data, size_t *_datalen, |
23 | bool want_wrapper); | 23 | bool want_wrapper); |
24 | |||
25 | /* | ||
26 | * pkcs7_verify.c | ||
27 | */ | ||
28 | extern int pkcs7_verify(struct pkcs7_message *pkcs7); | ||