mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Unbreak after OpenSSL update (using OPENSSL_DES_LIBDES_COMPATIBILITY).
Submitted by: nectar
This commit is contained in:
parent
b654a9a59c
commit
9d5b764c7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76796
13
lang/erlang/files/patch-lib_crypto_c__src_crypto__drv.c
Normal file
13
lang/erlang/files/patch-lib_crypto_c__src_crypto__drv.c
Normal file
@ -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"
|
13
lang/erlang14/files/patch-lib_crypto_c__src_crypto__drv.c
Normal file
13
lang/erlang14/files/patch-lib_crypto_c__src_crypto__drv.c
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user