From: Nikos Mavrogiannopoulos Date: Sun, 29 Nov 2009 22:12:29 +0000 (+0200) Subject: Only include cryptodev.h if cryptodev is there. X-Git-Tag: gnutls_2_9_10~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdfda9a68f5471af58c2cd2378b9bf8fb0007532;p=thirdparty%2Fgnutls.git Only include cryptodev.h if cryptodev is there. --- diff --git a/lib/cryptodev.c b/lib/cryptodev.c index 92cc740f6e..d8293bd1da 100644 --- a/lib/cryptodev.c +++ b/lib/cryptodev.c @@ -26,11 +26,12 @@ #include #include #include -#include #include #ifdef ENABLE_CRYPTODEV +#include + #ifndef CRYPTO_CIPHER_MAX_KEY_LEN # define CRYPTO_CIPHER_MAX_KEY_LEN 64 #endif