diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2008-02-05 18:10:31 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2008-02-05 18:10:31 +0000 |
| commit | 141dcad3561da513a476396c989a42a63b975081 (patch) | |
| tree | 0c24db46ba3142733e1352adfb4d9d183bd65d48 | |
| parent | 3ba355b72122f8a75abe50c33c7b639b08649830 (diff) | |
Notes
| -rw-r--r-- | crypto/openssl/crypto/engine/eng_cryptodev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/engine/eng_cryptodev.c b/crypto/openssl/crypto/engine/eng_cryptodev.c index ab38cd52f097..4f2ec6946a38 100644 --- a/crypto/openssl/crypto/engine/eng_cryptodev.c +++ b/crypto/openssl/crypto/engine/eng_cryptodev.c @@ -25,6 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ +/* $FreeBSD$ */ #include <openssl/objects.h> #include <openssl/engine.h> @@ -32,7 +33,7 @@ #include <openssl/bn.h> #if (defined(__unix__) || defined(unix)) && !defined(USG) && \ - (defined(OpenBSD) || defined(__FreeBSD_version)) + (defined(OpenBSD) || defined(__FreeBSD__)) #include <sys/param.h> # if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 500000) || __FreeBSD_version >= 500041) # define HAVE_CRYPTODEV |
