summaryrefslogtreecommitdiff
path: root/include/crypto/pkcs7.h
blob: c6e6e6923fba1ad97141923d14b5f189d474918e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Automatically created during backport process */
#ifndef CPTCFG_BPAUTO_PKCS7
#include_next <crypto/pkcs7.h>
#else
#define pkcs7_verify LINUX_BACKPORT(pkcs7_verify)
#define pkcs7_get_content_data LINUX_BACKPORT(pkcs7_get_content_data)
#define pkcs7_parse_message LINUX_BACKPORT(pkcs7_parse_message)
#define pkcs7_free_message LINUX_BACKPORT(pkcs7_free_message)
#define pkcs7_validate_trust LINUX_BACKPORT(pkcs7_validate_trust)
#include <crypto/backport-pkcs7.h>
#endif /* CPTCFG_BPAUTO_PKCS7 */