From: Richard Levitte Date: Thu, 23 Jan 2003 08:10:07 +0000 (+0000) Subject: Missing 0 broke FreeBSD build. X-Git-Tag: OpenSSL_0_9_7a~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d16c258a26f272b9701f6f7ad58bb314006f80;p=openssl Missing 0 broke FreeBSD build. PR: 470 --- diff --git a/crypto/engine/hw_cryptodev.c b/crypto/engine/hw_cryptodev.c index 30bd39a092..40af97ac24 100644 --- a/crypto/engine/hw_cryptodev.c +++ b/crypto/engine/hw_cryptodev.c @@ -35,7 +35,7 @@ #if (defined(__unix__) || defined(unix)) && !defined(USG) #include -# if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 50000) || __FreeBSD_version >= 50041) +# if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 500000) || __FreeBSD_version >= 500041) # define HAVE_CRYPTODEV # endif # if (OpenBSD >= 200110)