From 345c692d18c33c9b7706012c6ff214dc5128bbdc Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sun, 10 Feb 2019 21:27:03 +0000 Subject: [PATCH] As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn't need to drag in either. --- sys/opencrypto/cryptodev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h index 6431e6d82e19..fe13539eca01 100644 --- a/sys/opencrypto/cryptodev.h +++ b/sys/opencrypto/cryptodev.h @@ -63,10 +63,10 @@ #define _CRYPTO_CRYPTO_H_ #include -#include #ifdef _KERNEL #include +#include #endif /* Some initial values */