aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMickaël Salaün <mic@linux.microsoft.com>2020-11-20 19:04:22 +0100
committerDavid Howells <dhowells@redhat.com>2021-01-21 16:16:10 +0000
commitf14602caf4faef18999985bc87a414b552844ad2 (patch)
tree17ecba739901cf5bc1ade9422087b7cefb53689d
parentcerts: Fix blacklisted hexadecimal hash string check (diff)
downloadwireguard-linux-f14602caf4faef18999985bc87a414b552844ad2.tar.xz
wireguard-linux-f14602caf4faef18999985bc87a414b552844ad2.zip
PKCS#7: Fix missing include
Add missing linux/types.h for size_t. [DH: Changed from stddef.h] Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com> Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
-rw-r--r--include/linux/verification.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/verification.h b/include/linux/verification.h
index 911ab7c2b1ab..a655923335ae 100644
--- a/include/linux/verification.h
+++ b/include/linux/verification.h
@@ -8,6 +8,8 @@
#ifndef _LINUX_VERIFICATION_H
#define _LINUX_VERIFICATION_H
+#include <linux/types.h>
+
/*
* Indicate that both builtin trusted keys and secondary trusted keys
* should be used.