aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-beta/files/patch-hw_cryptodev.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl-beta/files/patch-hw_cryptodev.c')
-rw-r--r--security/openssl-beta/files/patch-hw_cryptodev.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssl-beta/files/patch-hw_cryptodev.c b/security/openssl-beta/files/patch-hw_cryptodev.c
deleted file mode 100644
index 786fbfda315b..000000000000
--- a/security/openssl-beta/files/patch-hw_cryptodev.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)