summaryrefslogtreecommitdiff
path: root/security/isakmpd/files/patch-crypto.h
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-17 12:41:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-17 12:41:12 +0000
commitd4626f9b85370a80e3da9c9d6a8679914df0acc3 (patch)
tree54a513fc484754b785e4d54efc43387eeed97a19 /security/isakmpd/files/patch-crypto.h
parent Now this port doesn't install non-unique files. (diff)
Upgrade to the latests isakmpd version.
Notes
Notes: svn path=/head/; revision=91507
Diffstat (limited to 'security/isakmpd/files/patch-crypto.h')
-rw-r--r--security/isakmpd/files/patch-crypto.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/isakmpd/files/patch-crypto.h b/security/isakmpd/files/patch-crypto.h
deleted file mode 100644
index 5e72d19b6124..000000000000
--- a/security/isakmpd/files/patch-crypto.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- crypto.h.orig Fri Feb 21 10:11:51 2003
-+++ crypto.h Fri Feb 21 10:11:58 2003
-@@ -49,7 +49,8 @@
-
- #else
-
--#include <des.h>
-+#define OPENSSL_DES_LIBDES_COMPATIBILITY
-+#include <openssl/des.h>
- #ifdef USE_BLOWFISH
- #include <blf.h>
- #endif