diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-29 18:39:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-29 18:39:43 +0000 |
commit | 5b621ecce63d2a01a192050f8d92a23fa9e6e046 (patch) | |
tree | 96e198469fabdedebec833a65eafcad1030bf893 /comms | |
parent | - Update to 1.1.20050929 (diff) |
- Fix conflicts with openssl
Notes
Notes:
svn path=/head/; revision=143798
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/files/patch-ck_ssl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/kermit/files/patch-ck_ssl.h b/comms/kermit/files/patch-ck_ssl.h new file mode 100644 index 000000000000..a71c6a1a6729 --- /dev/null +++ b/comms/kermit/files/patch-ck_ssl.h @@ -0,0 +1,10 @@ +--- ck_ssl.h.orig Sun Mar 14 18:08:23 2004 ++++ ck_ssl.h Thu Sep 29 20:31:23 2005 +@@ -39,6 +39,7 @@ + * definitions there is no reason to have it included by openssl/evp.h + */ + #define OPENSSL_NO_MDC2 ++#undef EM + #include <openssl/des.h> + #include <openssl/ssl.h> + #include <openssl/x509v3.h> |