aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl-beta
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/files/patch-hw_cryptodev.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssl-beta/files/patch-hw_cryptodev.c b/security/openssl-beta/files/patch-hw_cryptodev.c
new file mode 100644
index 000000000000..786fbfda315b
--- /dev/null
+++ b/security/openssl-beta/files/patch-hw_cryptodev.c
@@ -0,0 +1,11 @@
+--- crypto/engine/hw_cryptodev.c.orig Thu Jan 23 09:10:07 2003
++++ crypto/engine/hw_cryptodev.c Mon Aug 4 05:39:28 2003
+@@ -35,7 +35,7 @@
+
+ #if (defined(__unix__) || defined(unix)) && !defined(USG)
+ #include <sys/param.h>
+-# if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 500000) || __FreeBSD_version >= 500041)
++# if (OpenBSD >= 200112) || ((__FreeBSD_version > 470101 && __FreeBSD_version < 500000) || __FreeBSD_version >= 500041)
+ # define HAVE_CRYPTODEV
+ # endif
+ # if (OpenBSD >= 200110)