aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-03-03 22:49:02 +0800
committerolgeni <olgeni@FreeBSD.org>2003-03-03 22:49:02 +0800
commita3b6145f959e3016d724b6d11a06760e4390841f (patch)
treec5dc3c645f611ade0d7f3bb6fa562a61ac816086 /lang
parent3c2ef50e6359f7e73bd4572e1d02823198768e86 (diff)
downloadfreebsd-ports-gnome-a3b6145f959e3016d724b6d11a06760e4390841f.tar.gz
freebsd-ports-gnome-a3b6145f959e3016d724b6d11a06760e4390841f.tar.zst
freebsd-ports-gnome-a3b6145f959e3016d724b6d11a06760e4390841f.zip
Unbreak after OpenSSL update (using OPENSSL_DES_LIBDES_COMPATIBILITY).
Submitted by: nectar
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang/files/patch-lib_crypto_c__src_crypto__drv.c13
-rw-r--r--lang/erlang14/files/patch-lib_crypto_c__src_crypto__drv.c13
2 files changed, 26 insertions, 0 deletions
diff --git a/lang/erlang/files/patch-lib_crypto_c__src_crypto__drv.c b/lang/erlang/files/patch-lib_crypto_c__src_crypto__drv.c
new file mode 100644
index 000000000000..70f2fe018613
--- /dev/null
+++ b/lang/erlang/files/patch-lib_crypto_c__src_crypto__drv.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- lib/crypto/c_src/crypto_drv.c.orig Thu Oct 21 15:37:08 1999
++++ lib/crypto/c_src/crypto_drv.c Mon Mar 3 15:12:27 2003
+@@ -29,6 +29,7 @@
+ #include <string.h>
+ #include "erl_driver.h"
+
++#define OPENSSL_DES_LIBDES_COMPATIBILITY
+ #include "des.h"
+ #include "md5.h"
+ #include "sha.h"
diff --git a/lang/erlang14/files/patch-lib_crypto_c__src_crypto__drv.c b/lang/erlang14/files/patch-lib_crypto_c__src_crypto__drv.c
new file mode 100644
index 000000000000..70f2fe018613
--- /dev/null
+++ b/lang/erlang14/files/patch-lib_crypto_c__src_crypto__drv.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- lib/crypto/c_src/crypto_drv.c.orig Thu Oct 21 15:37:08 1999
++++ lib/crypto/c_src/crypto_drv.c Mon Mar 3 15:12:27 2003
+@@ -29,6 +29,7 @@
+ #include <string.h>
+ #include "erl_driver.h"
+
++#define OPENSSL_DES_LIBDES_COMPATIBILITY
+ #include "des.h"
+ #include "md5.h"
+ #include "sha.h"