projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56dbab
)
Missing 0 broke FreeBSD build.
author
Richard Levitte
<levitte@openssl.org>
Thu, 23 Jan 2003 08:10:07 +0000
(08:10 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 23 Jan 2003 08:10:07 +0000
(08:10 +0000)
PR: 470
crypto/engine/hw_cryptodev.c
patch
|
blob
|
history
diff --git
a/crypto/engine/hw_cryptodev.c
b/crypto/engine/hw_cryptodev.c
index 30bd39a09231e507b8ada7b334223dc0e5e976bb..40af97ac248b3f504b2bf99d4b3d4c3394dbab4d 100644
(file)
--- a/
crypto/engine/hw_cryptodev.c
+++ b/
crypto/engine/hw_cryptodev.c
@@
-35,7
+35,7
@@
#if (defined(__unix__) || defined(unix)) && !defined(USG)
#include <sys/param.h>
-# if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 50000
) || __FreeBSD_version >= 5
0041)
+# if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 50000
0) || __FreeBSD_version >= 50
0041)
# define HAVE_CRYPTODEV
# endif
# if (OpenBSD >= 200110)