diff options
Diffstat (limited to '')
-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 |