diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-17 12:41:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-17 12:41:12 +0000 |
commit | d4626f9b85370a80e3da9c9d6a8679914df0acc3 (patch) | |
tree | 54a513fc484754b785e4d54efc43387eeed97a19 /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.h | 12 |
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 |