summaryrefslogtreecommitdiff
path: root/backport-include/uapi/linux/cryptouser.h
blob: ea4a9a51f9c9383b7316f0d7ef6bb72e8f0c01a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __BACKPORT_LINUX_CRYPTOUSER_H
#define __BACKPORT_LINUX_CRYPTOUSER_H
#include_next <linux/cryptouser.h>
#include <linux/version.h>

#if LINUX_VERSION_IS_LESS(4,8,0)
struct crypto_report_kpp {
        char type[CRYPTO_MAX_NAME];
};
#endif /* < 4.8 */

#endif