From 580e6763435e7d71e8e969089faa2273cf43dbe9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Imre=20Vad=C3=A1sz?= Date: Mon, 5 Nov 2018 23:14:40 +0100 Subject: [PATCH] crypto - Avoid including opensslconf.h when using openssl/md5.h in kernel. --- crypto/libressl/include/openssl/md5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/libressl/include/openssl/md5.h b/crypto/libressl/include/openssl/md5.h index 62b00382d2..e0c111fb3d 100644 --- a/crypto/libressl/include/openssl/md5.h +++ b/crypto/libressl/include/openssl/md5.h @@ -66,7 +66,9 @@ #define __bounded__(x, y, z) #endif +#ifndef _KERNEL /* for DFly kernel compile */ #include +#endif #ifdef __cplusplus extern "C" { -- 2.41.0